Interface CreateTableRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateTableRequest.Builder,,CreateTableRequest> S3TablesRequest.Builder,SdkBuilder<CreateTableRequest.Builder,,CreateTableRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateTableRequest
public static interface CreateTableRequest.Builder
extends S3TablesRequest.Builder, SdkPojo, CopyableBuilder<CreateTableRequest.Builder,CreateTableRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe format for the table.format(OpenTableFormat format) The format for the table.default CreateTableRequest.Buildermetadata(Consumer<TableMetadata.Builder> metadata) The metadata for the table.metadata(TableMetadata metadata) The metadata for the table.The name for the table.The namespace to associated with the table.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tableBucketARN(String tableBucketARN) The Amazon Resource Name (ARN) of the table bucket to create the table in.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.s3tables.model.S3TablesRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tableBucketARN
The Amazon Resource Name (ARN) of the table bucket to create the table in.
- Parameters:
tableBucketARN- The Amazon Resource Name (ARN) of the table bucket to create the table in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The namespace to associated with the table.
- Parameters:
namespace- The namespace to associated with the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name for the table.
- Parameters:
name- The name for the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
The format for the table.
- Parameters:
format- The format for the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format for the table.
- Parameters:
format- The format for the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metadata
The metadata for the table.
- Parameters:
metadata- The metadata for the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
The metadata for the table.
This is a convenience method that creates an instance of theTableMetadata.Builderavoiding the need to create one manually viaTableMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadata(TableMetadata).- Parameters:
metadata- a consumer that will call methods onTableMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-