public static interface ListStacksRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<ListStacksRequest.Builder,ListStacksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListStacksRequest.Builder |
nextToken(String nextToken)
A string that identifies the next page of stacks that you want to retrieve.
|
ListStacksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStacksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListStacksRequest.Builder |
stackStatusFilters(Collection<StackStatus> stackStatusFilters)
Stack status to use as a filter.
|
ListStacksRequest.Builder |
stackStatusFilters(StackStatus... stackStatusFilters)
Stack status to use as a filter.
|
ListStacksRequest.Builder |
stackStatusFiltersWithStrings(Collection<String> stackStatusFilters)
Stack status to use as a filter.
|
ListStacksRequest.Builder |
stackStatusFiltersWithStrings(String... stackStatusFilters)
Stack status to use as a filter.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStacksRequest.Builder nextToken(String nextToken)
A string that identifies the next page of stacks that you want to retrieve.
nextToken - A string that identifies the next page of stacks that you want to retrieve.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 StackStatus parameter
of the Stack data type.
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.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 StackStatus parameter
of the Stack data type.
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.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 StackStatus parameter
of the Stack data type.
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.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 StackStatus parameter
of the Stack data type.
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.ListStacksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListStacksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.