public static interface ListAssociatedStacksResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<ListAssociatedStacksResponse.Builder,ListAssociatedStacksResponse>
Modifier and Type | Method and Description |
---|---|
ListAssociatedStacksResponse.Builder |
names(Collection<String> names)
The name of the stack.
|
ListAssociatedStacksResponse.Builder |
names(String... names)
The name of the stack.
|
ListAssociatedStacksResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListAssociatedStacksResponse.Builder names(Collection<String> names)
The name of the stack.
names
- The name of the stack.ListAssociatedStacksResponse.Builder names(String... names)
The name of the stack.
names
- The name of the stack.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.