Interface ConnectionInvitationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectionInvitationSummary.Builder,,ConnectionInvitationSummary> SdkBuilder<ConnectionInvitationSummary.Builder,,ConnectionInvitationSummary> SdkPojo
- Enclosing class:
ConnectionInvitationSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the connection invitation.The catalog identifier where the connection invitation exists.connectionId(String connectionId) The identifier of the connection associated with this invitation.connectionType(String connectionType) The type of connection being requested in the invitation.connectionType(ConnectionType connectionType) The type of connection being requested in the invitation.The timestamp when the connection invitation was created.The timestamp when the connection invitation will expire.The unique identifier of the connection invitation.otherParticipantIdentifier(String otherParticipantIdentifier) The identifier of the other participant in the connection invitation.participantType(String participantType) The type of participant (inviter or invitee) in the connection invitation.participantType(ParticipantType participantType) The type of participant (inviter or invitee) in the connection invitation.The current status of the connection invitation.status(InvitationStatus status) The current status of the connection invitation.The timestamp when the connection invitation was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
catalog
The catalog identifier where the connection invitation exists.
- Parameters:
catalog- The catalog identifier where the connection invitation exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the connection invitation.
- Parameters:
id- The unique identifier of the connection invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the connection invitation.
- Parameters:
arn- The Amazon Resource Name (ARN) of the connection invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionId
The identifier of the connection associated with this invitation.
- Parameters:
connectionId- The identifier of the connection associated with this invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionType
The type of connection being requested in the invitation.
- Parameters:
connectionType- The type of connection being requested in the invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectionType
The type of connection being requested in the invitation.
- Parameters:
connectionType- The type of connection being requested in the invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the connection invitation was created.
- Parameters:
createdAt- The timestamp when the connection invitation was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the connection invitation was last updated.
- Parameters:
updatedAt- The timestamp when the connection invitation was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresAt
The timestamp when the connection invitation will expire.
- Parameters:
expiresAt- The timestamp when the connection invitation will expire.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
otherParticipantIdentifier
The identifier of the other participant in the connection invitation.
- Parameters:
otherParticipantIdentifier- The identifier of the other participant in the connection invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantType
The type of participant (inviter or invitee) in the connection invitation.
- Parameters:
participantType- The type of participant (inviter or invitee) in the connection invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
participantType
The type of participant (inviter or invitee) in the connection invitation.
- Parameters:
participantType- The type of participant (inviter or invitee) in the connection invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the connection invitation.
- Parameters:
status- The current status of the connection invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the connection invitation.
- Parameters:
status- The current status of the connection invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-