Class CreateTableRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.s3tables.model.S3TablesRequest
-
- software.amazon.awssdk.services.s3tables.model.CreateTableRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateTableRequest.Builder,CreateTableRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateTableRequest extends S3TablesRequest implements ToCopyableBuilder<CreateTableRequest.Builder,CreateTableRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateTableRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateTableRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)OpenTableFormatformat()The format for the table.StringformatAsString()The format for the table.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()TableMetadatametadata()The metadata for the table.Stringname()The name for the table.Stringnamespace()The namespace to associated with the table.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CreateTableRequest.Builder>serializableBuilderClass()StringtableBucketARN()The Amazon Resource Name (ARN) of the table bucket to create the table in.CreateTableRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
tableBucketARN
public final String tableBucketARN()
The Amazon Resource Name (ARN) of the table bucket to create the table in.
- Returns:
- The Amazon Resource Name (ARN) of the table bucket to create the table in.
-
namespace
public final String namespace()
The namespace to associated with the table.
- Returns:
- The namespace to associated with the table.
-
name
public final String name()
The name for the table.
- Returns:
- The name for the table.
-
format
public final OpenTableFormat format()
The format for the table.
If the service returns an enum value that is not available in the current SDK version,
formatwill returnOpenTableFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format for the table.
- See Also:
OpenTableFormat
-
formatAsString
public final String formatAsString()
The format for the table.
If the service returns an enum value that is not available in the current SDK version,
formatwill returnOpenTableFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format for the table.
- See Also:
OpenTableFormat
-
metadata
public final TableMetadata metadata()
The metadata for the table.
- Returns:
- The metadata for the table.
-
toBuilder
public CreateTableRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateTableRequest.Builder,CreateTableRequest>- Specified by:
toBuilderin classS3TablesRequest
-
builder
public static CreateTableRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateTableRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-