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