@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 about this 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 about this 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. Note that all the existing data in the domain are still encrypted using the existing key, only the data added to domain after updating the key is encrypted using the new key.
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 © 2021. All rights reserved.