Interface CreateConnectionInvitationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateConnectionInvitationResponse.Builder,,CreateConnectionInvitationResponse> PartnerCentralAccountResponse.Builder,SdkBuilder<CreateConnectionInvitationResponse.Builder,,CreateConnectionInvitationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateConnectionInvitationResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the created connection invitation.The catalog identifier where the connection invitation was created.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 if not responded to.The unique identifier of the created connection invitation.invitationMessage(String invitationMessage) The custom message included with the connection invitation.inviterEmail(String inviterEmail) The email address of the person who sent the connection invitation.inviterName(String inviterName) The name of the person who sent the connection invitation.otherParticipantIdentifier(String otherParticipantIdentifier) The identifier of the organization or partner being invited.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 (pending, accepted, rejected, etc.).status(InvitationStatus status) The current status of the connection invitation (pending, accepted, rejected, etc.).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.services.partnercentralaccount.model.PartnerCentralAccountResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
catalog
The catalog identifier where the connection invitation was created.
- Parameters:
catalog- The catalog identifier where the connection invitation was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the created connection invitation.
- Parameters:
id- The unique identifier of the created 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 created connection invitation.
- Parameters:
arn- The Amazon Resource Name (ARN) of the created 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 if not responded to.
- Parameters:
expiresAt- The timestamp when the connection invitation will expire if not responded to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
otherParticipantIdentifier
CreateConnectionInvitationResponse.Builder otherParticipantIdentifier(String otherParticipantIdentifier) The identifier of the organization or partner being invited.
- Parameters:
otherParticipantIdentifier- The identifier of the organization or partner being invited.- 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 (pending, accepted, rejected, etc.).
- Parameters:
status- The current status of the connection invitation (pending, accepted, rejected, etc.).- 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 (pending, accepted, rejected, etc.).
- Parameters:
status- The current status of the connection invitation (pending, accepted, rejected, etc.).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
invitationMessage
The custom message included with the connection invitation.
- Parameters:
invitationMessage- The custom message included with the connection invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inviterEmail
The email address of the person who sent the connection invitation.
- Parameters:
inviterEmail- The email address of the person who sent the connection invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inviterName
The name of the person who sent the connection invitation.
- Parameters:
inviterName- The name of the person who sent the connection invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-