Class DestinationResult
- java.lang.Object
-
- software.amazon.awssdk.services.s3.model.DestinationResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DestinationResult.Builder,DestinationResult>
@Generated("software.amazon.awssdk:codegen") public final class DestinationResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DestinationResult.Builder,DestinationResult>
The destination information for the S3 Metadata configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDestinationResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DestinationResult.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DestinationResult.Builder>serializableBuilderClass()StringtableBucketArn()The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.S3TablesBucketTypetableBucketType()The type of the table bucket where the metadata configuration is stored.StringtableBucketTypeAsString()The type of the table bucket where the metadata configuration is stored.StringtableNamespace()The namespace in the table bucket where the metadata tables for a metadata configuration are stored.DestinationResult.BuildertoBuilder()StringtoString()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
-
tableBucketType
public final S3TablesBucketType tableBucketType()
The type of the table bucket where the metadata configuration is stored. The
awsvalue indicates an Amazon Web Services managed table bucket, and thecustomervalue indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.If the service returns an enum value that is not available in the current SDK version,
tableBucketTypewill returnS3TablesBucketType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtableBucketTypeAsString().- Returns:
- The type of the table bucket where the metadata configuration is stored. The
awsvalue indicates an Amazon Web Services managed table bucket, and thecustomervalue indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets. - See Also:
S3TablesBucketType
-
tableBucketTypeAsString
public final String tableBucketTypeAsString()
The type of the table bucket where the metadata configuration is stored. The
awsvalue indicates an Amazon Web Services managed table bucket, and thecustomervalue indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.If the service returns an enum value that is not available in the current SDK version,
tableBucketTypewill returnS3TablesBucketType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtableBucketTypeAsString().- Returns:
- The type of the table bucket where the metadata configuration is stored. The
awsvalue indicates an Amazon Web Services managed table bucket, and thecustomervalue indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets. - See Also:
S3TablesBucketType
-
tableBucketArn
public final String tableBucketArn()
The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.
- Returns:
- The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.
-
tableNamespace
public final String tableNamespace()
The namespace in the table bucket where the metadata tables for a metadata configuration are stored.
- Returns:
- The namespace in the table bucket where the metadata tables for a metadata configuration are stored.
-
toBuilder
public DestinationResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DestinationResult.Builder,DestinationResult>
-
builder
public static DestinationResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends DestinationResult.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-