public static interface DescribeStackEventsResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribeStackEventsResponse.Builder,DescribeStackEventsResponse>
Modifier and Type | Method and 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(Consumer<StackEvent.Builder>... stackEvents)
A list of
StackEvents structures. |
DescribeStackEventsResponse.Builder |
stackEvents(StackEvent... stackEvents)
A list of
StackEvents structures. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeStackEventsResponse.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.
stackEvents
- A list of StackEvents
structures.DescribeStackEventsResponse.Builder stackEvents(Consumer<StackEvent.Builder>... stackEvents)
A list of StackEvents
structures.
List.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #stackEvents(List)
.stackEvents
- a consumer that will call methods on List.Builder
#stackEvents(List)
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.