Class CreateBucketMetadataTableConfigurationRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateBucketMetadataTableConfigurationRequest.Builder,CreateBucketMetadataTableConfigurationRequest>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringbucket()The general purpose bucket that you want to create the metadata table configuration for.builder()final ChecksumAlgorithmThe checksum algorithm to use with your metadata table configuration.final StringThe checksum algorithm to use with your metadata table configuration.final StringTheContent-MD5header for the metadata table configuration.final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe expected owner of the general purpose bucket that corresponds to your metadata table configuration.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()The contents of your metadata table configuration.static Class<? extends CreateBucketMetadataTableConfigurationRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods 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
-
bucket
The general purpose bucket that you want to create the metadata table configuration for.
- Returns:
- The general purpose bucket that you want to create the metadata table configuration for.
-
contentMD5
The
Content-MD5header for the metadata table configuration.- Returns:
- The
Content-MD5header for the metadata table configuration.
-
checksumAlgorithm
The checksum algorithm to use with your metadata table configuration.
If the service returns an enum value that is not available in the current SDK version,
checksumAlgorithmwill returnChecksumAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromchecksumAlgorithmAsString().- Returns:
- The checksum algorithm to use with your metadata table configuration.
- See Also:
-
checksumAlgorithmAsString
The checksum algorithm to use with your metadata table configuration.
If the service returns an enum value that is not available in the current SDK version,
checksumAlgorithmwill returnChecksumAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromchecksumAlgorithmAsString().- Returns:
- The checksum algorithm to use with your metadata table configuration.
- See Also:
-
metadataTableConfiguration
The contents of your metadata table configuration.
- Returns:
- The contents of your metadata table configuration.
-
expectedBucketOwner
The expected owner of the general purpose bucket that corresponds to your metadata table configuration.
- Returns:
- The expected owner of the general purpose bucket that corresponds to your metadata table configuration.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateBucketMetadataTableConfigurationRequest.Builder,CreateBucketMetadataTableConfigurationRequest> - Specified by:
toBuilderin classS3Request
-
builder
-
serializableBuilderClass
public static Class<? extends CreateBucketMetadataTableConfigurationRequest.Builder> serializableBuilderClass() -
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
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
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-