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)
Add an optional request override configuration.
|
ListStacksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListStacksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.