Class UpdateBucketMetadataInventoryTableConfigurationRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateBucketMetadataInventoryTableConfigurationRequest.Builder,UpdateBucketMetadataInventoryTableConfigurationRequest>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringbucket()The general purpose bucket that corresponds to the metadata configuration that you want to enable or disable an inventory table for.builder()final ChecksumAlgorithmThe checksum algorithm to use with your inventory table configuration.final StringThe checksum algorithm to use with your inventory table configuration.final StringTheContent-MD5header for the inventory table configuration.final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe expected owner of the general purpose bucket that corresponds to the metadata table configuration that you want to enable or disable an inventory table for.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()The contents of your inventory table configuration.static Class<? extends UpdateBucketMetadataInventoryTableConfigurationRequest.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 corresponds to the metadata configuration that you want to enable or disable an inventory table for.
- Returns:
- The general purpose bucket that corresponds to the metadata configuration that you want to enable or disable an inventory table for.
-
contentMD5
The
Content-MD5header for the inventory table configuration.- Returns:
- The
Content-MD5header for the inventory table configuration.
-
checksumAlgorithm
The checksum algorithm to use with your inventory 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 inventory table configuration.
- See Also:
-
checksumAlgorithmAsString
The checksum algorithm to use with your inventory 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 inventory table configuration.
- See Also:
-
inventoryTableConfiguration
The contents of your inventory table configuration.
- Returns:
- The contents of your inventory table configuration.
-
expectedBucketOwner
The expected owner of the general purpose bucket that corresponds to the metadata table configuration that you want to enable or disable an inventory table for.
- Returns:
- The expected owner of the general purpose bucket that corresponds to the metadata table configuration that you want to enable or disable an inventory table for.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateBucketMetadataInventoryTableConfigurationRequest.Builder,UpdateBucketMetadataInventoryTableConfigurationRequest> - Specified by:
toBuilderin classS3Request
-
builder
-
serializableBuilderClass
public static Class<? extends UpdateBucketMetadataInventoryTableConfigurationRequest.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
-