public static interface ListAssociatedStacksResponse.Builder extends AppStreamResponse.Builder, CopyableBuilder<ListAssociatedStacksResponse.Builder,ListAssociatedStacksResponse>
Modifier and Type | Method and Description |
---|---|
ListAssociatedStacksResponse.Builder |
names(Collection<String> names)
The names of the stacks.
|
ListAssociatedStacksResponse.Builder |
names(String... names)
The names of the stacks.
|
ListAssociatedStacksResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
build
sdkHttpResponse, sdkHttpResponse
copy
apply, build
ListAssociatedStacksResponse.Builder names(Collection<String> names)
The names of the stacks.
names
- The names of the stacks.ListAssociatedStacksResponse.Builder names(String... names)
The names of the stacks.
names
- The names of the 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.