@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KmsKeyToGrant.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KmsKeyToGrant.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyArn()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
public KmsKeyToGrant.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KmsKeyToGrant.Builder,KmsKeyToGrant>public static KmsKeyToGrant.Builder builder()
public static Class<? extends KmsKeyToGrant.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.