@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 of when the domain was created.
|
String |
description()
The description of the domain.
|
String |
domainId()
The identifier of 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 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 of when the domain was last update.
|
WatchlistDetails |
watchlistDetails()
The watchlist details of a domain.
|
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 of when the domain was created.
public final String description()
The description of the domain.
public final String domainId()
The identifier of 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 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 of when the domain was last update.
public final WatchlistDetails watchlistDetails()
The watchlist details of a domain. Contains the default watchlist ID of the domain.
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 © 2023. All rights reserved.