Interface ListStacksRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<ListStacksRequest.Builder,,ListStacksRequest> SdkBuilder<ListStacksRequest.Builder,,ListStacksRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 ListStacksRequest
- 
Method Summary
Modifier and TypeMethodDescriptionA string that identifies the next page of stacks that you want to retrieve.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.stackStatusFilters(Collection<StackStatus> stackStatusFilters) Stack status to use as a filter.stackStatusFilters(StackStatus... stackStatusFilters) Stack status to use as a filter.stackStatusFiltersWithStrings(String... stackStatusFilters) Stack status to use as a filter.stackStatusFiltersWithStrings(Collection<String> stackStatusFilters) Stack status to use as a filter.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
nextToken
A string that identifies the next page of stacks that you want to retrieve.
- Parameters:
 nextToken- A string that identifies the next page of stacks that you want to retrieve.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stackStatusFiltersWithStrings
Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the
StackStatusparameter of the Stack data type.- Parameters:
 stackStatusFilters- Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see theStackStatusparameter of the Stack data type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stackStatusFiltersWithStrings
Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the
StackStatusparameter of the Stack data type.- Parameters:
 stackStatusFilters- Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see theStackStatusparameter of the Stack data type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stackStatusFilters
Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the
StackStatusparameter of the Stack data type.- Parameters:
 stackStatusFilters- Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see theStackStatusparameter of the Stack data type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stackStatusFilters
Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the
StackStatusparameter of the Stack data type.- Parameters:
 stackStatusFilters- Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see theStackStatusparameter of the Stack data type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
ListStacksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
ListStacksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -