public static interface DescribeUserStackAssociationsResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<DescribeUserStackAssociationsResponse.Builder,DescribeUserStackAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeUserStackAssociationsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeUserStackAssociationsResponse.Builder |
userStackAssociations(Collection<UserStackAssociation> userStackAssociations)
The UserStackAssociation objects.
|
DescribeUserStackAssociationsResponse.Builder |
userStackAssociations(Consumer<UserStackAssociation.Builder>... userStackAssociations)
The UserStackAssociation objects.
|
DescribeUserStackAssociationsResponse.Builder |
userStackAssociations(UserStackAssociation... userStackAssociations)
The UserStackAssociation objects.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeUserStackAssociationsResponse.Builder userStackAssociations(Collection<UserStackAssociation> userStackAssociations)
The UserStackAssociation objects.
userStackAssociations - The UserStackAssociation objects.DescribeUserStackAssociationsResponse.Builder userStackAssociations(UserStackAssociation... userStackAssociations)
The UserStackAssociation objects.
userStackAssociations - The UserStackAssociation objects.DescribeUserStackAssociationsResponse.Builder userStackAssociations(Consumer<UserStackAssociation.Builder>... userStackAssociations)
The UserStackAssociation objects.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #userStackAssociations(List) .userStackAssociations - a consumer that will call methods on List.Builder #userStackAssociations(List) DescribeUserStackAssociationsResponse.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.