Class Domain
- java.lang.Object
-
- software.amazon.awssdk.services.voiceid.model.Domain
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Domain.Builder,Domain>
@Generated("software.amazon.awssdk:codegen") public final class Domain extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Domain.Builder,Domain>
Contains all the information about a domain.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDomain.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) for the domain.static Domain.Builderbuilder()InstantcreatedAt()The timestamp of when the domain was created.Stringdescription()The description of the domain.StringdomainId()The identifier of the domain.DomainStatusdomainStatus()The current status of the domain.StringdomainStatusAsString()The current status of the domain.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name for the domain.List<SdkField<?>>sdkFields()static Class<? extends Domain.Builder>serializableBuilderClass()ServerSideEncryptionConfigurationserverSideEncryptionConfiguration()The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.ServerSideEncryptionUpdateDetailsserverSideEncryptionUpdateDetails()Details about the most recent server-side encryption configuration update.Domain.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The timestamp of when the domain was last update.WatchlistDetailswatchlistDetails()The watchlist details of a domain.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The Amazon Resource Name (ARN) for the domain.
- Returns:
- The Amazon Resource Name (ARN) for the domain.
-
createdAt
public final Instant createdAt()
The timestamp of when the domain was created.
- Returns:
- The timestamp of when the domain was created.
-
description
public final String description()
The description of the domain.
- Returns:
- The description of the domain.
-
domainId
public final String domainId()
The identifier of the domain.
- Returns:
- The identifier of the domain.
-
domainStatus
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,
domainStatuswill returnDomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdomainStatusAsString().- Returns:
- The current status of the domain.
- See Also:
DomainStatus
-
domainStatusAsString
public 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,
domainStatuswill returnDomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdomainStatusAsString().- Returns:
- The current status of the domain.
- See Also:
DomainStatus
-
name
public final String name()
The name for the domain.
- Returns:
- The name for the domain.
-
serverSideEncryptionConfiguration
public final ServerSideEncryptionConfiguration serverSideEncryptionConfiguration()
The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.
- Returns:
- The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.
-
serverSideEncryptionUpdateDetails
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.
- Returns:
- 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.
-
updatedAt
public final Instant updatedAt()
The timestamp of when the domain was last update.
- Returns:
- The timestamp of when the domain was last update.
-
watchlistDetails
public final WatchlistDetails watchlistDetails()
The watchlist details of a domain. Contains the default watchlist ID of the domain.
- Returns:
- The watchlist details of a domain. Contains the default watchlist ID of the domain.
-
toBuilder
public Domain.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Domain.Builder,Domain>
-
builder
public static Domain.Builder builder()
-
serializableBuilderClass
public static Class<? extends Domain.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-