public static interface ListInvitationsResponse.Builder extends ManagedBlockchainResponse.Builder, SdkPojo, CopyableBuilder<ListInvitationsResponse.Builder,ListInvitationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInvitationsResponse.Builder |
invitations(Collection<Invitation> invitations)
The invitations for the network.
|
ListInvitationsResponse.Builder |
invitations(Consumer<Invitation.Builder>... invitations)
The invitations for the network.
|
ListInvitationsResponse.Builder |
invitations(Invitation... invitations)
The invitations for the network.
|
ListInvitationsResponse.Builder |
nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInvitationsResponse.Builder invitations(Collection<Invitation> invitations)
The invitations for the network.
invitations - The invitations for the network.ListInvitationsResponse.Builder invitations(Invitation... invitations)
The invitations for the network.
invitations - The invitations for the network.ListInvitationsResponse.Builder invitations(Consumer<Invitation.Builder>... invitations)
The invitations for the network.
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 #invitations(List) .invitations - a consumer that will call methods on List.Builder #invitations(List) ListInvitationsResponse.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.Copyright © 2021. All rights reserved.