@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDomainRequest extends VoiceIdRequest implements ToCopyableBuilder<UpdateDomainRequest.Builder,UpdateDomainRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDomainRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDomainRequest.Builder |
builder() |
String |
description()
A brief description of the domain.
|
String |
domainId()
The identifier of the domain to be updated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the domain.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDomainRequest.Builder> |
serializableBuilderClass() |
ServerSideEncryptionConfiguration |
serverSideEncryptionConfiguration()
The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of
your data.
|
UpdateDomainRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
A brief description of the domain.
public final String domainId()
The identifier of the domain to be updated.
public final String name()
The name of the domain.
public final ServerSideEncryptionConfiguration serverSideEncryptionConfiguration()
The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of
your data. Changing the domain's associated KMS key immediately triggers an asynchronous process to remove
dependency on the old KMS key, such that the domain's data can only be accessed using the new KMS key. The
domain's ServerSideEncryptionUpdateDetails contains the details for this process.
ServerSideEncryptionUpdateDetails contains the details for
this process.public UpdateDomainRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDomainRequest.Builder,UpdateDomainRequest>toBuilder in class VoiceIdRequestpublic static UpdateDomainRequest.Builder builder()
public static Class<? extends UpdateDomainRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.