Struct aws_sdk_managedblockchain::model::invitation::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Invitation
Implementations
The unique identifier for the invitation.
The unique identifier for the invitation.
The date and time that the invitation was created.
The date and time that the invitation was created.
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
.
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
.
The status of the invitation:
-
PENDING
- The invitee has not created a member to join the network, and the invitation has not yet expired. -
ACCEPTING
- The invitee has begun creating a member, and creation has not yet completed. -
ACCEPTED
- The invitee created a member and joined the network using theInvitationID
. -
REJECTED
- The invitee rejected the invitation. -
EXPIRED
- The invitee neither created a member nor rejected the invitation before theExpirationDate
.
The status of the invitation:
-
PENDING
- The invitee has not created a member to join the network, and the invitation has not yet expired. -
ACCEPTING
- The invitee has begun creating a member, and creation has not yet completed. -
ACCEPTED
- The invitee created a member and joined the network using theInvitationID
. -
REJECTED
- The invitee rejected the invitation. -
EXPIRED
- The invitee neither created a member nor rejected the invitation before theExpirationDate
.
A summary of network configuration properties.
A summary of network configuration properties.
The Amazon Resource Name (ARN) of the invitation. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
The Amazon Resource Name (ARN) of the invitation. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
Consumes the builder and constructs a Invitation
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more