Interface DestinationResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DestinationResult.Builder,DestinationResult>,SdkBuilder<DestinationResult.Builder,DestinationResult>,SdkPojo
- Enclosing class:
- DestinationResult
@Mutable @NotThreadSafe public static interface DestinationResult.Builder extends SdkPojo, CopyableBuilder<DestinationResult.Builder,DestinationResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DestinationResult.BuildertableBucketArn(String tableBucketArn)The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.DestinationResult.BuildertableBucketType(String tableBucketType)The type of the table bucket where the metadata configuration is stored.DestinationResult.BuildertableBucketType(S3TablesBucketType tableBucketType)The type of the table bucket where the metadata configuration is stored.DestinationResult.BuildertableNamespace(String tableNamespace)The namespace in the table bucket where the metadata tables for a metadata configuration are stored.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
tableBucketType
DestinationResult.Builder tableBucketType(String tableBucketType)
The type of the table bucket where the metadata configuration is stored. The
awsvalue indicates an Amazon Web Services managed table bucket, and thecustomervalue indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.- Parameters:
tableBucketType- The type of the table bucket where the metadata configuration is stored. Theawsvalue indicates an Amazon Web Services managed table bucket, and thecustomervalue indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3TablesBucketType,S3TablesBucketType
-
tableBucketType
DestinationResult.Builder tableBucketType(S3TablesBucketType tableBucketType)
The type of the table bucket where the metadata configuration is stored. The
awsvalue indicates an Amazon Web Services managed table bucket, and thecustomervalue indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.- Parameters:
tableBucketType- The type of the table bucket where the metadata configuration is stored. Theawsvalue indicates an Amazon Web Services managed table bucket, and thecustomervalue indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3TablesBucketType,S3TablesBucketType
-
tableBucketArn
DestinationResult.Builder tableBucketArn(String tableBucketArn)
The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.
- Parameters:
tableBucketArn- The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableNamespace
DestinationResult.Builder tableNamespace(String tableNamespace)
The namespace in the table bucket where the metadata tables for a metadata configuration are stored.
- Parameters:
tableNamespace- The namespace in the table bucket where the metadata tables for a metadata configuration are stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-