Interface DataIntegrationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataIntegrationSummary.Builder,
,DataIntegrationSummary> SdkBuilder<DataIntegrationSummary.Builder,
,DataIntegrationSummary> SdkPojo
- Enclosing class:
DataIntegrationSummary
public static interface DataIntegrationSummary.Builder
extends SdkPojo, CopyableBuilder<DataIntegrationSummary.Builder,DataIntegrationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the DataIntegration.The name of the DataIntegration.The URI of the data source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the DataIntegration.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the DataIntegration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the DataIntegration.
- Parameters:
name
- The name of the DataIntegration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceURI
The URI of the data source.
- Parameters:
sourceURI
- The URI of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-