Class DestinationResult
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DestinationResult.Builder,DestinationResult>
The destination information for the S3 Metadata configuration.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DestinationResult.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends DestinationResult.Builder>final StringThe Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.final S3TablesBucketTypeThe type of the table bucket where the metadata configuration is stored.final StringThe type of the table bucket where the metadata configuration is stored.final StringThe namespace in the table bucket where the metadata tables for a metadata configuration are stored.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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:
-
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:
-
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
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
- Specified by:
toBuilderin interfaceToCopyableBuilder<DestinationResult.Builder,DestinationResult>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-