public static interface GetResourceShareInvitationsResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<GetResourceShareInvitationsResponse.Builder,GetResourceShareInvitationsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetResourceShareInvitationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
GetResourceShareInvitationsResponse.Builder |
resourceShareInvitations(Collection<ResourceShareInvitation> resourceShareInvitations)
Information about the invitations.
|
GetResourceShareInvitationsResponse.Builder |
resourceShareInvitations(Consumer<ResourceShareInvitation.Builder>... resourceShareInvitations)
Information about the invitations.
|
GetResourceShareInvitationsResponse.Builder |
resourceShareInvitations(ResourceShareInvitation... resourceShareInvitations)
Information about the invitations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetResourceShareInvitationsResponse.Builder resourceShareInvitations(Collection<ResourceShareInvitation> resourceShareInvitations)
Information about the invitations.
resourceShareInvitations - Information about the invitations.GetResourceShareInvitationsResponse.Builder resourceShareInvitations(ResourceShareInvitation... resourceShareInvitations)
Information about the invitations.
resourceShareInvitations - Information about the invitations.GetResourceShareInvitationsResponse.Builder resourceShareInvitations(Consumer<ResourceShareInvitation.Builder>... resourceShareInvitations)
Information about the invitations.
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 #resourceShareInvitations(List) .resourceShareInvitations - a consumer that will call methods on List.Builder #resourceShareInvitations(List) GetResourceShareInvitationsResponse.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.