Interface MetadataTableConfigurationResult.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<MetadataTableConfigurationResult.Builder,MetadataTableConfigurationResult>
,SdkBuilder<MetadataTableConfigurationResult.Builder,MetadataTableConfigurationResult>
,SdkPojo
- Enclosing class:
- MetadataTableConfigurationResult
public static interface MetadataTableConfigurationResult.Builder extends SdkPojo, CopyableBuilder<MetadataTableConfigurationResult.Builder,MetadataTableConfigurationResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MetadataTableConfigurationResult.Builder
s3TablesDestinationResult(Consumer<S3TablesDestinationResult.Builder> s3TablesDestinationResult)
The destination information for the metadata table configuration.MetadataTableConfigurationResult.Builder
s3TablesDestinationResult(S3TablesDestinationResult s3TablesDestinationResult)
The destination information for the metadata table configuration.-
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
-
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_metadata
namespace 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_metadata
namespace 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_metadata
namespace in the destination table bucket.S3TablesDestinationResult.Builder
avoiding the need to create one manually viaS3TablesDestinationResult.builder()
.When the
Consumer
completes,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:
s3TablesDestinationResult(S3TablesDestinationResult)
-
-