Interface Invitation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Invitation.Builder,
,Invitation> SdkBuilder<Invitation.Builder,
,Invitation> SdkPojo
- Enclosing class:
Invitation
public static interface Invitation.Builder
extends SdkPojo, CopyableBuilder<Invitation.Builder,Invitation>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID for the account that sent the invitation.invitationId
(String invitationId) The unique identifier for the invitation.The date and time, in UTC and extended ISO 8601 format, when the invitation was sent.relationshipStatus
(String relationshipStatus) The status of the relationship between the account that sent the invitation and the account that received the invitation.relationshipStatus
(RelationshipStatus relationshipStatus) The status of the relationship between the account that sent the invitation and the account that received the invitation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
accountId
The Amazon Web Services account ID for the account that sent the invitation.
- Parameters:
accountId
- The Amazon Web Services account ID for the account that sent the invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invitationId
The unique identifier for the invitation.
- Parameters:
invitationId
- The unique identifier for the invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invitedAt
The date and time, in UTC and extended ISO 8601 format, when the invitation was sent.
- Parameters:
invitedAt
- The date and time, in UTC and extended ISO 8601 format, when the invitation was sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relationshipStatus
The status of the relationship between the account that sent the invitation and the account that received the invitation.
- Parameters:
relationshipStatus
- The status of the relationship between the account that sent the invitation and the account that received the invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
relationshipStatus
The status of the relationship between the account that sent the invitation and the account that received the invitation.
- Parameters:
relationshipStatus
- The status of the relationship between the account that sent the invitation and the account that received the invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-