public static interface Invitation.Builder extends SdkPojo, CopyableBuilder<Invitation.Builder,Invitation>
| Modifier and Type | Method and Description |
|---|---|
Invitation.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the invitation.
|
Invitation.Builder |
creationDate(Instant creationDate)
The date and time that the invitation was created.
|
Invitation.Builder |
expirationDate(Instant expirationDate)
The date and time that the invitation expires.
|
Invitation.Builder |
invitationId(String invitationId)
The unique identifier for the invitation.
|
default Invitation.Builder |
networkSummary(Consumer<NetworkSummary.Builder> networkSummary)
Sets the value of the NetworkSummary property for this object.
|
Invitation.Builder |
networkSummary(NetworkSummary networkSummary)
Sets the value of the NetworkSummary property for this object.
|
Invitation.Builder |
status(InvitationStatus status)
The status of the invitation:
|
Invitation.Builder |
status(String status)
The status of the invitation:
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInvitation.Builder invitationId(String invitationId)
The unique identifier for the invitation.
invitationId - The unique identifier for the invitation.Invitation.Builder creationDate(Instant creationDate)
The date and time that the invitation was created.
creationDate - The date and time that the invitation was created.Invitation.Builder expirationDate(Instant expirationDate)
The date and time that the invitation expires. This is the CreationDate plus the
ProposalDurationInHours that is specified in the ProposalThresholdPolicy. After
this date and time, the invitee can no longer create a member and join the network using this
InvitationId.
expirationDate - The date and time that the invitation expires. This is the CreationDate plus the
ProposalDurationInHours that is specified in the ProposalThresholdPolicy.
After this date and time, the invitee can no longer create a member and join the network using this
InvitationId.Invitation.Builder status(String status)
The status of the invitation:
PENDING - The invitee hasn't created a member to join the network, and the invitation hasn't yet
expired.
ACCEPTING - The invitee has begun creating a member, and creation hasn't yet completed.
ACCEPTED - The invitee created a member and joined the network using the
InvitationID.
REJECTED - The invitee rejected the invitation.
EXPIRED - The invitee neither created a member nor rejected the invitation before the
ExpirationDate.
status - The status of the invitation:
PENDING - The invitee hasn't created a member to join the network, and the invitation
hasn't yet expired.
ACCEPTING - The invitee has begun creating a member, and creation hasn't yet completed.
ACCEPTED - The invitee created a member and joined the network using the
InvitationID.
REJECTED - The invitee rejected the invitation.
EXPIRED - The invitee neither created a member nor rejected the invitation before the
ExpirationDate.
InvitationStatus,
InvitationStatusInvitation.Builder status(InvitationStatus status)
The status of the invitation:
PENDING - The invitee hasn't created a member to join the network, and the invitation hasn't yet
expired.
ACCEPTING - The invitee has begun creating a member, and creation hasn't yet completed.
ACCEPTED - The invitee created a member and joined the network using the
InvitationID.
REJECTED - The invitee rejected the invitation.
EXPIRED - The invitee neither created a member nor rejected the invitation before the
ExpirationDate.
status - The status of the invitation:
PENDING - The invitee hasn't created a member to join the network, and the invitation
hasn't yet expired.
ACCEPTING - The invitee has begun creating a member, and creation hasn't yet completed.
ACCEPTED - The invitee created a member and joined the network using the
InvitationID.
REJECTED - The invitee rejected the invitation.
EXPIRED - The invitee neither created a member nor rejected the invitation before the
ExpirationDate.
InvitationStatus,
InvitationStatusInvitation.Builder networkSummary(NetworkSummary networkSummary)
networkSummary - The new value for the NetworkSummary property for this object.default Invitation.Builder networkSummary(Consumer<NetworkSummary.Builder> networkSummary)
NetworkSummary.Builder avoiding the need
to create one manually via NetworkSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to networkSummary(NetworkSummary).
networkSummary - a consumer that will call methods on NetworkSummary.BuildernetworkSummary(NetworkSummary)Invitation.Builder arn(String arn)
The Amazon Resource Name (ARN) of the invitation. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
arn - The Amazon Resource Name (ARN) of the invitation. For more information about ARNs and their format,
see Amazon
Resource Names (ARNs) in the Amazon Web Services General Reference.Copyright © 2023. All rights reserved.