public static interface ListInvitationsResponse.Builder extends GuardDutyResponse.Builder, CopyableBuilder<ListInvitationsResponse.Builder,ListInvitationsResponse>
Modifier and Type | Method and Description |
---|---|
ListInvitationsResponse.Builder |
invitations(Collection<Invitation> invitations)
Sets the value of the Invitations property for this object.
|
ListInvitationsResponse.Builder |
invitations(Invitation... invitations)
Sets the value of the Invitations property for this object.
|
ListInvitationsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build
copy
apply, build
ListInvitationsResponse.Builder invitations(Collection<Invitation> invitations)
invitations
- The new value for the Invitations property for this object.ListInvitationsResponse.Builder invitations(Invitation... invitations)
invitations
- The new value for the Invitations property for this object.ListInvitationsResponse.Builder nextToken(String nextToken)
nextToken
- The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.