@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateDomainRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDomainRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
The idempotency token for creating a new domain.
|
String |
getDescription()
A brief description of this domain.
|
String |
getName()
The name of the domain.
|
ServerSideEncryptionConfiguration |
getServerSideEncryptionConfiguration()
The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of
your data.
|
List<Tag> |
getTags()
A list of tags you want added to the domain.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The idempotency token for creating a new domain.
|
void |
setDescription(String description)
A brief description of this domain.
|
void |
setName(String name)
The name of the domain.
|
void |
setServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of
your data.
|
void |
setTags(Collection<Tag> tags)
A list of tags you want added to the domain.
|
String |
toString()
Returns a string representation of this object.
|
CreateDomainRequest |
withClientToken(String clientToken)
The idempotency token for creating a new domain.
|
CreateDomainRequest |
withDescription(String description)
A brief description of this domain.
|
CreateDomainRequest |
withName(String name)
The name of the domain.
|
CreateDomainRequest |
withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of
your data.
|
CreateDomainRequest |
withTags(Collection<Tag> tags)
A list of tags you want added to the domain.
|
CreateDomainRequest |
withTags(Tag... tags)
A list of tags you want added to the domain.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClientToken(String clientToken)
The idempotency token for creating a new domain. If not provided, Amazon Web Services SDK populates this field.
clientToken
- The idempotency token for creating a new domain. If not provided, Amazon Web Services SDK populates this
field.public String getClientToken()
The idempotency token for creating a new domain. If not provided, Amazon Web Services SDK populates this field.
public CreateDomainRequest withClientToken(String clientToken)
The idempotency token for creating a new domain. If not provided, Amazon Web Services SDK populates this field.
clientToken
- The idempotency token for creating a new domain. If not provided, Amazon Web Services SDK populates this
field.public void setDescription(String description)
A brief description of this domain.
description
- A brief description of this domain.public String getDescription()
A brief description of this domain.
public CreateDomainRequest withDescription(String description)
A brief description of this domain.
description
- A brief description of this domain.public void setName(String name)
The name of the domain.
name
- The name of the domain.public String getName()
The name of the domain.
public CreateDomainRequest withName(String name)
The name of the domain.
name
- The name of the domain.public void setServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of your data. Refer to Amazon Connect Voice ID encryption at rest for more details on how the KMS key is used.
serverSideEncryptionConfiguration
- The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side
encryption of your data. Refer to Amazon Connect Voice ID encryption at rest for more details on how the KMS key is used.public ServerSideEncryptionConfiguration getServerSideEncryptionConfiguration()
The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of your data. Refer to Amazon Connect Voice ID encryption at rest for more details on how the KMS key is used.
public CreateDomainRequest withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of your data. Refer to Amazon Connect Voice ID encryption at rest for more details on how the KMS key is used.
serverSideEncryptionConfiguration
- The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side
encryption of your data. Refer to Amazon Connect Voice ID encryption at rest for more details on how the KMS key is used.public List<Tag> getTags()
A list of tags you want added to the domain.
public void setTags(Collection<Tag> tags)
A list of tags you want added to the domain.
tags
- A list of tags you want added to the domain.public CreateDomainRequest withTags(Tag... tags)
A list of tags you want added to the domain.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of tags you want added to the domain.public CreateDomainRequest withTags(Collection<Tag> tags)
A list of tags you want added to the domain.
tags
- A list of tags you want added to the domain.public String toString()
toString
in class Object
Object.toString()
public CreateDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()