Interface CancelConnectionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CancelConnectionResponse.Builder,,CancelConnectionResponse> PartnerCentralAccountResponse.Builder,SdkBuilder<CancelConnectionResponse.Builder,,CancelConnectionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CancelConnectionResponse
@Mutable
@NotThreadSafe
public static interface CancelConnectionResponse.Builder
extends PartnerCentralAccountResponse.Builder, SdkPojo, CopyableBuilder<CancelConnectionResponse.Builder,CancelConnectionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the canceled connection.The catalog identifier where the connection was canceled.connectionTypes(Map<ConnectionType, ConnectionTypeDetail> connectionTypes) The list of connection types that were active before cancellation.connectionTypesWithStrings(Map<String, ConnectionTypeDetail> connectionTypes) The list of connection types that were active before cancellation.The unique identifier of the canceled connection.otherParticipantAccountId(String otherParticipantAccountId) The AWS account ID of the other participant in the canceled connection.The timestamp when the connection was last updated (canceled).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 was canceled.
- Parameters:
catalog- The catalog identifier where the connection was canceled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the canceled connection.
- Parameters:
id- The unique identifier of the canceled connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the canceled connection.
- Parameters:
arn- The Amazon Resource Name (ARN) of the canceled connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
otherParticipantAccountId
The AWS account ID of the other participant in the canceled connection.
- Parameters:
otherParticipantAccountId- The AWS account ID of the other participant in the canceled connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the connection was last updated (canceled).
- Parameters:
updatedAt- The timestamp when the connection was last updated (canceled).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionTypesWithStrings
CancelConnectionResponse.Builder connectionTypesWithStrings(Map<String, ConnectionTypeDetail> connectionTypes) The list of connection types that were active before cancellation.
- Parameters:
connectionTypes- The list of connection types that were active before cancellation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionTypes
CancelConnectionResponse.Builder connectionTypes(Map<ConnectionType, ConnectionTypeDetail> connectionTypes) The list of connection types that were active before cancellation.
- Parameters:
connectionTypes- The list of connection types that were active before cancellation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-