Class S3TablesDestinationResult
- java.lang.Object
-
- software.amazon.awssdk.services.s3.model.S3TablesDestinationResult
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<S3TablesDestinationResult.Builder,S3TablesDestinationResult>
@Generated("software.amazon.awssdk:codegen") public final class S3TablesDestinationResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<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
aws_s3_metadata
namespace in the destination table bucket.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
S3TablesDestinationResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3TablesDestinationResult.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends S3TablesDestinationResult.Builder>
serializableBuilderClass()
String
tableArn()
The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration.String
tableBucketArn()
The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration.String
tableName()
The name for the metadata table in your metadata table configuration.String
tableNamespace()
The table bucket namespace for the metadata table in your metadata table configuration.S3TablesDestinationResult.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
-
tableBucketArn
public final String tableBucketArn()
The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket.
- Returns:
- The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket.
-
tableName
public final String tableName()
The name for the metadata table in your metadata table configuration. The specified metadata table name must be unique within the
aws_s3_metadata
namespace in the destination table bucket.- Returns:
- The name for the metadata table in your metadata table configuration. The specified metadata table name
must be unique within the
aws_s3_metadata
namespace in the destination table bucket.
-
tableArn
public final String tableArn()
The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration. The specified metadata table name must be unique within the
aws_s3_metadata
namespace in the destination table bucket.- Returns:
- The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration. The specified
metadata table name must be unique within the
aws_s3_metadata
namespace in the destination table bucket.
-
tableNamespace
public final String tableNamespace()
The table bucket namespace for the metadata table in your metadata table configuration. This value is always
aws_s3_metadata
.- Returns:
- The table bucket namespace for the metadata table in your metadata table configuration. This value is
always
aws_s3_metadata
.
-
toBuilder
public S3TablesDestinationResult.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<S3TablesDestinationResult.Builder,S3TablesDestinationResult>
-
builder
public static S3TablesDestinationResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3TablesDestinationResult.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
-
-