Class CreateBucketMetadataConfigurationRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateBucketMetadataConfigurationRequest.Builder,CreateBucketMetadataConfigurationRequest>
-
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 configuration for.builder()final ChecksumAlgorithmThe checksum algorithm to use with your metadata configuration.final StringThe checksum algorithm to use with your metadata configuration.final StringTheContent-MD5header for the metadata configuration.final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe expected owner of the general purpose bucket that corresponds to your metadata configuration.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final MetadataConfigurationThe contents of your metadata configuration.static Class<? extends CreateBucketMetadataConfigurationRequest.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 configuration for.
- Returns:
- The general purpose bucket that you want to create the metadata configuration for.
-
contentMD5
The
Content-MD5header for the metadata configuration.- Returns:
- The
Content-MD5header for the metadata configuration.
-
checksumAlgorithm
The checksum algorithm to use with your metadata 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 configuration.
- See Also:
-
checksumAlgorithmAsString
The checksum algorithm to use with your metadata 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 configuration.
- See Also:
-
metadataConfiguration
The contents of your metadata configuration.
- Returns:
- The contents of your metadata configuration.
-
expectedBucketOwner
The expected owner of the general purpose bucket that corresponds to your metadata configuration.
- Returns:
- The expected owner of the general purpose bucket that corresponds to your metadata configuration.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateBucketMetadataConfigurationRequest.Builder,CreateBucketMetadataConfigurationRequest> - Specified by:
toBuilderin classS3Request
-
builder
-
serializableBuilderClass
public static Class<? extends CreateBucketMetadataConfigurationRequest.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
-