Interface MetadataTableConfigurationResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MetadataTableConfigurationResult.Builder,,MetadataTableConfigurationResult> SdkBuilder<MetadataTableConfigurationResult.Builder,,MetadataTableConfigurationResult> SdkPojo
- Enclosing class:
MetadataTableConfigurationResult
-
Method Summary
Modifier and TypeMethodDescriptions3TablesDestinationResult(Consumer<S3TablesDestinationResult.Builder> s3TablesDestinationResult) The destination information for the metadata table configuration.s3TablesDestinationResult(S3TablesDestinationResult s3TablesDestinationResult) The destination information for the metadata table configuration.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
-
s3TablesDestinationResult
MetadataTableConfigurationResult.Builder s3TablesDestinationResult(S3TablesDestinationResult s3TablesDestinationResult) The destination information for the metadata table configuration. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket. The specified metadata table name must be unique within the
aws_s3_metadatanamespace in the destination table bucket.- Parameters:
s3TablesDestinationResult- The destination information for the metadata table configuration. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket. The specified metadata table name must be unique within theaws_s3_metadatanamespace in the destination table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3TablesDestinationResult
default MetadataTableConfigurationResult.Builder s3TablesDestinationResult(Consumer<S3TablesDestinationResult.Builder> s3TablesDestinationResult) The destination information for the metadata table configuration. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket. The specified metadata table name must be unique within the
This is a convenience method that creates an instance of theaws_s3_metadatanamespace in the destination table bucket.S3TablesDestinationResult.Builderavoiding the need to create one manually viaS3TablesDestinationResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3TablesDestinationResult(S3TablesDestinationResult).- Parameters:
s3TablesDestinationResult- a consumer that will call methods onS3TablesDestinationResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-