Interface DescribeStackEventsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFormationResponse.Builder
,CopyableBuilder<DescribeStackEventsResponse.Builder,
,DescribeStackEventsResponse> SdkBuilder<DescribeStackEventsResponse.Builder,
,DescribeStackEventsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeStackEventsResponse
public static interface DescribeStackEventsResponse.Builder
extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribeStackEventsResponse.Builder,DescribeStackEventsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf the output exceeds 1 MB in size, a string that identifies the next page of events.stackEvents
(Collection<StackEvent> stackEvents) A list ofStackEvents
structures.stackEvents
(Consumer<StackEvent.Builder>... stackEvents) A list ofStackEvents
structures.stackEvents
(StackEvent... stackEvents) A list ofStackEvents
structures.Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
stackEvents
A list of
StackEvents
structures.- Parameters:
stackEvents
- A list ofStackEvents
structures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackEvents
A list of
StackEvents
structures.- Parameters:
stackEvents
- A list ofStackEvents
structures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackEvents
A list of
This is a convenience method that creates an instance of theStackEvents
structures.StackEvent.Builder
avoiding the need to create one manually viaStackEvent.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostackEvents(List<StackEvent>)
.- Parameters:
stackEvents
- a consumer that will call methods onStackEvent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-