Class MetadataTableConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.s3.model.MetadataTableConfiguration
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<MetadataTableConfiguration.Builder,MetadataTableConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class MetadataTableConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MetadataTableConfiguration.Builder,MetadataTableConfiguration>
The metadata table configuration for a general purpose bucket.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
MetadataTableConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MetadataTableConfiguration.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
S3TablesDestination
s3TablesDestination()
The destination information for the metadata table configuration.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends MetadataTableConfiguration.Builder>
serializableBuilderClass()
MetadataTableConfiguration.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
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
-
s3TablesDestination
public final S3TablesDestination s3TablesDestination()
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.- Returns:
- 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.
-
toBuilder
public MetadataTableConfiguration.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<MetadataTableConfiguration.Builder,MetadataTableConfiguration>
-
builder
public static MetadataTableConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends MetadataTableConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-