@Generated(value="software.amazon.awssdk:codegen") public final class JobBookmarksEncryption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobBookmarksEncryption.Builder,JobBookmarksEncryption>
Specifies how job bookmark data should be encrypted.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobBookmarksEncryption.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JobBookmarksEncryption.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
JobBookmarksEncryptionMode |
jobBookmarksEncryptionMode()
The encryption mode to use for job bookmarks data.
|
String |
jobBookmarksEncryptionModeAsString()
The encryption mode to use for job bookmarks data.
|
String |
kmsKeyArn()
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobBookmarksEncryption.Builder> |
serializableBuilderClass() |
JobBookmarksEncryption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final JobBookmarksEncryptionMode jobBookmarksEncryptionMode()
The encryption mode to use for job bookmarks data.
If the service returns an enum value that is not available in the current SDK version,
jobBookmarksEncryptionMode will return JobBookmarksEncryptionMode.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from jobBookmarksEncryptionModeAsString().
JobBookmarksEncryptionModepublic final String jobBookmarksEncryptionModeAsString()
The encryption mode to use for job bookmarks data.
If the service returns an enum value that is not available in the current SDK version,
jobBookmarksEncryptionMode will return JobBookmarksEncryptionMode.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from jobBookmarksEncryptionModeAsString().
JobBookmarksEncryptionModepublic final String kmsKeyArn()
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
public JobBookmarksEncryption.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobBookmarksEncryption.Builder,JobBookmarksEncryption>public static JobBookmarksEncryption.Builder builder()
public static Class<? extends JobBookmarksEncryption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.