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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssociatedStacksResponse.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 © 2023. All rights reserved.