public static interface ListInvitationsResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<ListInvitationsResponse.Builder,ListInvitationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInvitationsResponse.Builder |
invitations(Collection<Invitation> invitations)
An array of objects, one for each invitation that was received by the account.
|
ListInvitationsResponse.Builder |
invitations(Consumer<Invitation.Builder>... invitations)
An array of objects, one for each invitation that was received by the account.
|
ListInvitationsResponse.Builder |
invitations(Invitation... invitations)
An array of objects, one for each invitation that was received by the account.
|
ListInvitationsResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInvitationsResponse.Builder invitations(Collection<Invitation> invitations)
An array of objects, one for each invitation that was received by the account.
invitations - An array of objects, one for each invitation that was received by the account.ListInvitationsResponse.Builder invitations(Invitation... invitations)
An array of objects, one for each invitation that was received by the account.
invitations - An array of objects, one for each invitation that was received by the account.ListInvitationsResponse.Builder invitations(Consumer<Invitation.Builder>... invitations)
An array of objects, one for each invitation that was received by the account.
This is a convenience method that creates an instance of theInvitation.Builder avoiding the need to create one
manually via Invitation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #invitations(List.
invitations - a consumer that will call methods on
Invitation.Builder#invitations(java.util.Collection) ListInvitationsResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response.
This value is null if there are no additional pages.Copyright © 2022. All rights reserved.