public static interface GetResourceShareAssociationsResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<GetResourceShareAssociationsResponse.Builder,GetResourceShareAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetResourceShareAssociationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
GetResourceShareAssociationsResponse.Builder |
resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
Information about the association.
|
GetResourceShareAssociationsResponse.Builder |
resourceShareAssociations(Consumer<ResourceShareAssociation.Builder>... resourceShareAssociations)
Information about the association.
|
GetResourceShareAssociationsResponse.Builder |
resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)
Information about the association.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetResourceShareAssociationsResponse.Builder resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
Information about the association.
resourceShareAssociations - Information about the association.GetResourceShareAssociationsResponse.Builder resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)
Information about the association.
resourceShareAssociations - Information about the association.GetResourceShareAssociationsResponse.Builder resourceShareAssociations(Consumer<ResourceShareAssociation.Builder>... resourceShareAssociations)
Information about the association.
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 #resourceShareAssociations(List) .resourceShareAssociations - a consumer that will call methods on List.Builder #resourceShareAssociations(List) GetResourceShareAssociationsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.