Class SSEKMSEncryption
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.SSEKMSEncryption
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SSEKMSEncryption.Builder,SSEKMSEncryption>
@Generated("software.amazon.awssdk:codegen") public final class SSEKMSEncryption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SSEKMSEncryption.Builder,SSEKMSEncryption>
Configuration for the use of SSE-KMS to encrypt generated manifest objects.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSSEKMSEncryption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SSEKMSEncryption.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkeyId()Specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric encryption customer managed key to use for encrypting generated manifest objects.List<SdkField<?>>sdkFields()static Class<? extends SSEKMSEncryption.Builder>serializableBuilderClass()SSEKMSEncryption.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
keyId
public final String keyId()
Specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric encryption customer managed key to use for encrypting generated manifest objects.
- Returns:
- Specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric encryption customer managed key to use for encrypting generated manifest objects.
-
toBuilder
public SSEKMSEncryption.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SSEKMSEncryption.Builder,SSEKMSEncryption>
-
builder
public static SSEKMSEncryption.Builder builder()
-
serializableBuilderClass
public static Class<? extends SSEKMSEncryption.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-