@Generated(value="software.amazon.awssdk:codegen") public final class Domain extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Domain.Builder,Domain>
Contains all the information about a domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Domain.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) for the domain.
|
static Domain.Builder |
builder() |
Instant |
createdAt()
The timestamp at which the domain is created.
|
String |
description()
The client-provided description of the domain.
|
String |
domainId()
The service-generated identifier for the domain.
|
DomainStatus |
domainStatus()
The current status of the domain.
|
String |
domainStatusAsString()
The current status of the domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The client-provided name for the domain.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Domain.Builder> |
serializableBuilderClass() |
ServerSideEncryptionConfiguration |
serverSideEncryptionConfiguration()
The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt
your data.
|
ServerSideEncryptionUpdateDetails |
serverSideEncryptionUpdateDetails()
Details about the most recent server-side encryption configuration update.
|
Domain.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp showing the domain's last update.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) for the domain.
public final Instant createdAt()
The timestamp at which the domain is created.
public final String description()
The client-provided description of the domain.
public final String domainId()
The service-generated identifier for the domain.
public final DomainStatus domainStatus()
The current status of the domain.
If the service returns an enum value that is not available in the current SDK version, domainStatus will
return DomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
domainStatusAsString().
DomainStatuspublic final String domainStatusAsString()
The current status of the domain.
If the service returns an enum value that is not available in the current SDK version, domainStatus will
return DomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
domainStatusAsString().
DomainStatuspublic final String name()
The client-provided name for the domain.
public final ServerSideEncryptionConfiguration serverSideEncryptionConfiguration()
The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.
public final ServerSideEncryptionUpdateDetails serverSideEncryptionUpdateDetails()
Details about the most recent server-side encryption configuration update. When the server-side encryption configuration is changed, dependency on the old KMS key is removed through an asynchronous process. When this update is complete, the domain's data can only be accessed using the new KMS key.
public final Instant updatedAt()
The timestamp showing the domain's last update.
public Domain.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Domain.Builder,Domain>public static Domain.Builder builder()
public static Class<? extends Domain.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.