Class SSEKMS
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.SSEKMS
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SSEKMS.Builder,SSEKMS>
@Generated("software.amazon.awssdk:codegen") public final class SSEKMS extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SSEKMS.Builder,SSEKMS>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSSEKMS.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SSEKMS.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkeyId()A container for the ARN of the SSE-KMS encryption.List<SdkField<?>>sdkFields()static Class<? extends SSEKMS.Builder>serializableBuilderClass()SSEKMS.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()
A container for the ARN of the SSE-KMS encryption. This property is read-only and follows the following format:
arn:aws:kms:us-east-1:example-account-id:key/example-9a73-4afc-8d29-8f5900cef44e- Returns:
- A container for the ARN of the SSE-KMS encryption. This property is read-only and follows the following
format:
arn:aws:kms:us-east-1:example-account-id:key/example-9a73-4afc-8d29-8f5900cef44e
-
toBuilder
public SSEKMS.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SSEKMS.Builder,SSEKMS>
-
builder
public static SSEKMS.Builder builder()
-
serializableBuilderClass
public static Class<? extends SSEKMS.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.
-
-