Class KmsKeyToGrant
- java.lang.Object
-
- software.amazon.awssdk.services.dataexchange.model.KmsKeyToGrant
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KmsKeyToGrant.Builder,KmsKeyToGrant>
@Generated("software.amazon.awssdk:codegen") public final class KmsKeyToGrant extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KmsKeyToGrant.Builder,KmsKeyToGrant>
The Amazon Resource Name (ARN) of the AWS KMS key used to encrypt the shared S3 objects.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKmsKeyToGrant.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KmsKeyToGrant.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyArn()The AWS KMS CMK (Key Management System Customer Managed Key) used to encrypt S3 objects in the shared S3 Bucket.List<SdkField<?>>sdkFields()static Class<? extends KmsKeyToGrant.Builder>serializableBuilderClass()KmsKeyToGrant.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
-
kmsKeyArn
public final String kmsKeyArn()
The AWS KMS CMK (Key Management System Customer Managed Key) used to encrypt S3 objects in the shared S3 Bucket. AWS Data exchange will create a KMS grant for each subscriber to allow them to access and decrypt their entitled data that is encrypted using this KMS key specified.
- Returns:
- The AWS KMS CMK (Key Management System Customer Managed Key) used to encrypt S3 objects in the shared S3 Bucket. AWS Data exchange will create a KMS grant for each subscriber to allow them to access and decrypt their entitled data that is encrypted using this KMS key specified.
-
toBuilder
public KmsKeyToGrant.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KmsKeyToGrant.Builder,KmsKeyToGrant>
-
builder
public static KmsKeyToGrant.Builder builder()
-
serializableBuilderClass
public static Class<? extends KmsKeyToGrant.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.
-
-