Interface DatasetIntegrationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DatasetIntegrationSummary.Builder,,DatasetIntegrationSummary> SdkBuilder<DatasetIntegrationSummary.Builder,,DatasetIntegrationSummary> SdkPojo
- Enclosing class:
DatasetIntegrationSummary
@Mutable
@NotThreadSafe
public static interface DatasetIntegrationSummary.Builder
extends SdkPojo, CopyableBuilder<DatasetIntegrationSummary.Builder,DatasetIntegrationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the dataset integration.The timestamp when the dataset integration was created.The Amazon Resource Name (ARN) of the IAM role associated with the dataset integration.The timestamp when the dataset integration 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
-
arn
The Amazon Resource Name (ARN) of the dataset integration.
- Parameters:
arn- The Amazon Resource Name (ARN) of the dataset integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) of the IAM role associated with the dataset integration.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role associated with the dataset integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the dataset integration was created.
- Parameters:
createdAt- The timestamp when the dataset integration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the dataset integration was last updated.
- Parameters:
updatedAt- The timestamp when the dataset integration was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-