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
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 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
StackStatus
parameter 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 theStackStatus
parameter 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
StackStatus
parameter 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 theStackStatus
parameter 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
StackStatus
parameter 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 theStackStatus
parameter 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
StackStatus
parameter 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 theStackStatus
parameter 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-