CopyableBuilder<ListStacksRequest.Builder,ListStacksRequest>
, SdkBuilder<ListStacksRequest.Builder,ListStacksRequest>
public static interface ListStacksRequest.Builder extends CopyableBuilder<ListStacksRequest.Builder,ListStacksRequest>
Modifier and Type | Method | Description |
---|---|---|
ListStacksRequest.Builder |
nextToken(String nextToken) |
A string that identifies the next page of stacks that you want to retrieve.
|
ListStacksRequest.Builder |
stackStatusFilters(String... stackStatusFilters) |
Stack status to use as a filter.
|
ListStacksRequest.Builder |
stackStatusFilters(Collection<String> stackStatusFilters) |
Stack status to use as a filter.
|
ListStacksRequest.Builder |
stackStatusFilters(StackStatus... stackStatusFilters) |
Stack status to use as a filter.
|
copy
apply, 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 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.StackStatus
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.
NOTE: This method appends the values to the existing list (if any). Use
#setStackStatusFilters(java.util.Collection)
or #withStackStatusFilters(java.util.Collection)
if you want to override the existing values.
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.StackStatus
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.
NOTE: This method appends the values to the existing list (if any). Use
#setStackStatusFilters(java.util.Collection)
or #withStackStatusFilters(java.util.Collection)
if you want to override the existing values.
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.StackStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.