public static interface ListInvitationsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<ListInvitationsResponse.Builder,ListInvitationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInvitationsResponse.Builder |
invitations(Collection<Invitation> invitations)
The details of the invitations returned by the operation.
|
ListInvitationsResponse.Builder |
invitations(Consumer<Invitation.Builder>... invitations)
The details of the invitations returned by the operation.
|
ListInvitationsResponse.Builder |
invitations(Invitation... invitations)
The details of the invitations returned by the operation.
|
ListInvitationsResponse.Builder |
nextToken(String nextToken)
The token that is required for pagination.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListInvitationsResponse.Builder invitations(Collection<Invitation> invitations)
The details of the invitations returned by the operation.
invitations - The details of the invitations returned by the operation.ListInvitationsResponse.Builder invitations(Invitation... invitations)
The details of the invitations returned by the operation.
invitations - The details of the invitations returned by the operation.ListInvitationsResponse.Builder invitations(Consumer<Invitation.Builder>... invitations)
The details of the invitations returned by the operation.
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 token that is required for pagination.
nextToken - The token that is required for pagination.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.