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