Interface ListChangeSetsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CloudFormationResponse.Builder,- CopyableBuilder<ListChangeSetsResponse.Builder,,- ListChangeSetsResponse> - SdkBuilder<ListChangeSetsResponse.Builder,,- ListChangeSetsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListChangeSetsResponse
@Mutable
@NotThreadSafe
public static interface ListChangeSetsResponse.Builder
extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<ListChangeSetsResponse.Builder,ListChangeSetsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionIf the output exceeds 1 MB, a string that identifies the next page of change sets.summaries(Collection<ChangeSetSummary> summaries) A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.summaries(Consumer<ChangeSetSummary.Builder>... summaries) A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.summaries(ChangeSetSummary... summaries) A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
summariesA list of ChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.- Parameters:
- summaries- A list of- ChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
summariesA list of ChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.- Parameters:
- summaries- A list of- ChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
summariesA list of This is a convenience method that creates an instance of theChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.ChangeSetSummary.Builderavoiding the need to create one manually viaChangeSetSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosummaries(List<ChangeSetSummary>).- Parameters:
- summaries- a consumer that will call methods on- ChangeSetSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenIf the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.- Parameters:
- nextToken- If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is- null.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-