CopyableBuilder<ListAssociatedStacksResponse.Builder,ListAssociatedStacksResponse>
, SdkBuilder<ListAssociatedStacksResponse.Builder,ListAssociatedStacksResponse>
public static interface ListAssociatedStacksResponse.Builder extends CopyableBuilder<ListAssociatedStacksResponse.Builder,ListAssociatedStacksResponse>
Modifier and Type | Method | Description |
---|---|---|
ListAssociatedStacksResponse.Builder |
names(String... names) |
The names of associated stacks.
|
ListAssociatedStacksResponse.Builder |
names(Collection<String> names) |
The names of associated stacks.
|
ListAssociatedStacksResponse.Builder |
nextToken(String nextToken) |
The pagination token to use to retrieve the next page of results for this operation.
|
copy
apply, build
ListAssociatedStacksResponse.Builder names(Collection<String> names)
The names of associated stacks.
names
- The names of associated stacks.ListAssociatedStacksResponse.Builder names(String... names)
The names of associated stacks.
NOTE: This method appends the values to the existing list (if any). Use
#setNames(java.util.Collection)
or #withNames(java.util.Collection)
if you want to override
the existing values.
names
- The names of associated stacks.ListAssociatedStacksResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.