Interface DestinationResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DestinationResult.Builder,,DestinationResult> SdkBuilder<DestinationResult.Builder,,DestinationResult> SdkPojo
- Enclosing class:
DestinationResult
-
Method Summary
Modifier and TypeMethodDescriptiontableBucketArn(String tableBucketArn) The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.tableBucketType(String tableBucketType) The type of the table bucket where the metadata configuration is stored.tableBucketType(S3TablesBucketType tableBucketType) The type of the table bucket where the metadata configuration is stored.tableNamespace(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
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
-
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:
-
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:
-
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
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.
-