Class DomainSummary
- java.lang.Object
-
- software.amazon.awssdk.services.voiceid.model.DomainSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DomainSummary.Builder,DomainSummary>
@Generated("software.amazon.awssdk:codegen") public final class DomainSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainSummary.Builder,DomainSummary>
Contains a summary of information about a domain.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDomainSummary.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 DomainSummary.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 client-provided name for the domain.List<SdkField<?>>sdkFields()static Class<? extends DomainSummary.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.DomainSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The timestamp of when the domain was last updated.WatchlistDetailswatchlistDetails()Provides information aboutwatchlistDetailsandDefaultWatchlistID.-
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 client-provided name for the domain.
- Returns:
- The client-provided 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 updated.
- Returns:
- The timestamp of when the domain was last updated.
-
watchlistDetails
public final WatchlistDetails watchlistDetails()
Provides information about
watchlistDetailsandDefaultWatchlistID.- Returns:
- Provides information about
watchlistDetailsandDefaultWatchlistID.
-
toBuilder
public DomainSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DomainSummary.Builder,DomainSummary>
-
builder
public static DomainSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends DomainSummary.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.
-
-