CopyableBuilder<DescribeStackEventsResponse.Builder,DescribeStackEventsResponse>, SdkBuilder<DescribeStackEventsResponse.Builder,DescribeStackEventsResponse>public static interface DescribeStackEventsResponse.Builder extends CopyableBuilder<DescribeStackEventsResponse.Builder,DescribeStackEventsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeStackEventsResponse.Builder |
nextToken(String nextToken) |
If the output exceeds 1 MB in size, a string that identifies the next page of events.
|
DescribeStackEventsResponse.Builder |
stackEvents(Collection<StackEvent> stackEvents) |
A list of
StackEvents structures. |
DescribeStackEventsResponse.Builder |
stackEvents(StackEvent... stackEvents) |
A list of
StackEvents structures. |
copyapply, buildDescribeStackEventsResponse.Builder stackEvents(Collection<StackEvent> stackEvents)
A list of StackEvents structures.
stackEvents - A list of StackEvents structures.DescribeStackEventsResponse.Builder stackEvents(StackEvent... stackEvents)
A list of StackEvents structures.
NOTE: This method appends the values to the existing list (if any). Use
#setStackEvents(java.util.Collection) or #withStackEvents(java.util.Collection) if you want
to override the existing values.
stackEvents - A list of StackEvents structures.DescribeStackEventsResponse.Builder nextToken(String nextToken)
If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.
nextToken - If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional
page exists, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.