@Generated(value="software.amazon.awssdk:codegen") public final class EncryptionSetting extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EncryptionSetting.Builder,EncryptionSetting>
The object representing the passwords that were used to encrypt the data related to the bot recommendation, as well as the KMS key ARN used to encrypt the associated metadata.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EncryptionSetting.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
associatedTranscriptsPassword()
The password used to encrypt the associated transcript file.
|
String |
botLocaleExportPassword()
The password used to encrypt the recommended bot recommendation file.
|
static EncryptionSetting.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyArn()
The KMS key ARN used to encrypt the metadata associated with the bot recommendation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EncryptionSetting.Builder> |
serializableBuilderClass() |
EncryptionSetting.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String kmsKeyArn()
The KMS key ARN used to encrypt the metadata associated with the bot recommendation.
public final String botLocaleExportPassword()
The password used to encrypt the recommended bot recommendation file.
public final String associatedTranscriptsPassword()
The password used to encrypt the associated transcript file.
public EncryptionSetting.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EncryptionSetting.Builder,EncryptionSetting>public static EncryptionSetting.Builder builder()
public static Class<? extends EncryptionSetting.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.