Interface ListStacksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<ListStacksRequest.Builder,ListStacksRequest>,SdkBuilder<ListStacksRequest.Builder,ListStacksRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListStacksRequest
public static interface ListStacksRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<ListStacksRequest.Builder,ListStacksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStacksRequest.BuildernextToken(String nextToken)A string that identifies the next page of stacks that you want to retrieve.ListStacksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStacksRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStacksRequest.BuilderstackStatusFilters(Collection<StackStatus> stackStatusFilters)Stack status to use as a filter.ListStacksRequest.BuilderstackStatusFilters(StackStatus... stackStatusFilters)Stack status to use as a filter.ListStacksRequest.BuilderstackStatusFiltersWithStrings(String... stackStatusFilters)Stack status to use as a filter.ListStacksRequest.BuilderstackStatusFiltersWithStrings(Collection<String> stackStatusFilters)Stack status to use as a filter.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
nextToken
ListStacksRequest.Builder nextToken(String 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
ListStacksRequest.Builder stackStatusFiltersWithStrings(Collection<String> 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.
-
stackStatusFiltersWithStrings
ListStacksRequest.Builder stackStatusFiltersWithStrings(String... 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
ListStacksRequest.Builder stackStatusFilters(Collection<StackStatus> 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
ListStacksRequest.Builder stackStatusFilters(StackStatus... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStacksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-