Interface DataIntegrationAssociationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataIntegrationAssociationSummary.Builder,,DataIntegrationAssociationSummary> SdkBuilder<DataIntegrationAssociationSummary.Builder,,DataIntegrationAssociationSummary> SdkPojo
- Enclosing class:
DataIntegrationAssociationSummary
public static interface DataIntegrationAssociationSummary.Builder
extends SdkPojo, CopyableBuilder<DataIntegrationAssociationSummary.Builder,DataIntegrationAssociationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier for the client that is associated with the DataIntegration association.dataIntegrationArn(String dataIntegrationArn) The Amazon Resource Name (ARN) of the DataIntegration.dataIntegrationAssociationArn(String dataIntegrationAssociationArn) The Amazon Resource Name (ARN) of the DataIntegration association.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, sdkFields
-
Method Details
-
dataIntegrationAssociationArn
DataIntegrationAssociationSummary.Builder dataIntegrationAssociationArn(String dataIntegrationAssociationArn) The Amazon Resource Name (ARN) of the DataIntegration association.
- Parameters:
dataIntegrationAssociationArn- The Amazon Resource Name (ARN) of the DataIntegration association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataIntegrationArn
The Amazon Resource Name (ARN) of the DataIntegration.
- Parameters:
dataIntegrationArn- The Amazon Resource Name (ARN) of the DataIntegration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientId
The identifier for the client that is associated with the DataIntegration association.
- Parameters:
clientId- The identifier for the client that is associated with the DataIntegration association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-