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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataIntegrationSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the DataIntegration.DataIntegrationSummary.Buildername(String name)The name of the DataIntegration.DataIntegrationSummary.BuildersourceURI(String sourceURI)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 Detail
-
arn
DataIntegrationSummary.Builder arn(String 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
DataIntegrationSummary.Builder name(String 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
DataIntegrationSummary.Builder sourceURI(String 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.
-
-