public static interface ListStacksRequest.Builder extends CloudFormationRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListStacksRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListStacksRequest.Builder |
stackStatusFilters(Collection<String> stackStatusFilters)
Stack status to use as a filter.
|
ListStacksRequest.Builder |
stackStatusFilters(String... stackStatusFilters)
Stack status to use as a filter.
|
buildrequestOverrideConfigcopyapply, 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 stackStatusFilters(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 stackStatusFilters(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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListStacksRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.