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