Interface ConnectionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectionSummary.Builder,,ConnectionSummary> SdkBuilder<ConnectionSummary.Builder,,ConnectionSummary> SdkPojo
- Enclosing class:
ConnectionSummary
@Mutable
@NotThreadSafe
public static interface ConnectionSummary.Builder
extends SdkPojo, CopyableBuilder<ConnectionSummary.Builder,ConnectionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the connection.The catalog identifier where the connection exists.connectionTypes(Map<ConnectionType, ConnectionTypeSummary> connectionTypes) A map of connection types and their summary information for this connection.connectionTypesWithStrings(Map<String, ConnectionTypeSummary> connectionTypes) A map of connection types and their summary information for this connection.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.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 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
ConnectionSummary.Builder connectionTypesWithStrings(Map<String, ConnectionTypeSummary> connectionTypes) A map of connection types and their summary information for this connection.
- Parameters:
connectionTypes- A map of connection types and their summary information for this connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionTypes
ConnectionSummary.Builder connectionTypes(Map<ConnectionType, ConnectionTypeSummary> connectionTypes) A map of connection types and their summary information for this connection.
- Parameters:
connectionTypes- A map of connection types and their summary information for this connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-