@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 |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateDomainRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDomainRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeadLetterQueueUrl()
The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from
third party applications.
|
String |
getDefaultEncryptionKey()
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is
specified.
|
Integer |
getDefaultExpirationDays()
The default number of days until the data within the domain expires.
|
String |
getDomainName()
The unique name of the domain.
|
MatchingRequest |
getMatching()
The process of matching duplicate profiles.
|
Map<String,String> |
getTags()
The tags used to organize, track, or control access for this resource.
|
int |
hashCode() |
void |
setDeadLetterQueueUrl(String deadLetterQueueUrl)
The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from
third party applications.
|
void |
setDefaultEncryptionKey(String defaultEncryptionKey)
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is
specified.
|
void |
setDefaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
|
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setMatching(MatchingRequest matching)
The process of matching duplicate profiles.
|
void |
setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateDomainRequest |
withDeadLetterQueueUrl(String deadLetterQueueUrl)
The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from
third party applications.
|
CreateDomainRequest |
withDefaultEncryptionKey(String defaultEncryptionKey)
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is
specified.
|
CreateDomainRequest |
withDefaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
|
CreateDomainRequest |
withDomainName(String domainName)
The unique name of the domain.
|
CreateDomainRequest |
withMatching(MatchingRequest matching)
The process of matching duplicate profiles.
|
CreateDomainRequest |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
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 setDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public String getDomainName()
The unique name of the domain.
public CreateDomainRequest withDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public void setDefaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
defaultExpirationDays
- The default number of days until the data within the domain expires.public Integer getDefaultExpirationDays()
The default number of days until the data within the domain expires.
public CreateDomainRequest withDefaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
defaultExpirationDays
- The default number of days until the data within the domain expires.public void setDefaultEncryptionKey(String defaultEncryptionKey)
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.
defaultEncryptionKey
- The default encryption key, which is an AWS managed key, is used when no specific type of encryption key
is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.public String getDefaultEncryptionKey()
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.
public CreateDomainRequest withDefaultEncryptionKey(String defaultEncryptionKey)
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.
defaultEncryptionKey
- The default encryption key, which is an AWS managed key, is used when no specific type of encryption key
is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.public void setDeadLetterQueueUrl(String deadLetterQueueUrl)
The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. You must set up a policy on the DeadLetterQueue for the SendMessage operation to enable Amazon Connect Customer Profiles to send messages to the DeadLetterQueue.
deadLetterQueueUrl
- The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data
from third party applications. You must set up a policy on the DeadLetterQueue for the SendMessage
operation to enable Amazon Connect Customer Profiles to send messages to the DeadLetterQueue.public String getDeadLetterQueueUrl()
The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. You must set up a policy on the DeadLetterQueue for the SendMessage operation to enable Amazon Connect Customer Profiles to send messages to the DeadLetterQueue.
public CreateDomainRequest withDeadLetterQueueUrl(String deadLetterQueueUrl)
The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. You must set up a policy on the DeadLetterQueue for the SendMessage operation to enable Amazon Connect Customer Profiles to send messages to the DeadLetterQueue.
deadLetterQueueUrl
- The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data
from third party applications. You must set up a policy on the DeadLetterQueue for the SendMessage
operation to enable Amazon Connect Customer Profiles to send messages to the DeadLetterQueue.public void setMatching(MatchingRequest matching)
The process of matching duplicate profiles. If Matching
= true
, Amazon Connect Customer
Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for
Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in
your domains.
After the Identity Resolution Job completes, use the GetMatches API to
return and review the results. Or, if you have configured ExportingConfig
in the
MatchingRequest
, you can download the results from S3.
matching
- The process of matching duplicate profiles. If Matching
= true
, Amazon Connect
Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a
date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect
duplicate profiles in your domains.
After the Identity Resolution Job completes, use the GetMatches
API to return and review the results. Or, if you have configured ExportingConfig
in the
MatchingRequest
, you can download the results from S3.
public MatchingRequest getMatching()
The process of matching duplicate profiles. If Matching
= true
, Amazon Connect Customer
Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for
Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in
your domains.
After the Identity Resolution Job completes, use the GetMatches API to
return and review the results. Or, if you have configured ExportingConfig
in the
MatchingRequest
, you can download the results from S3.
Matching
= true
, Amazon Connect
Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a
date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect
duplicate profiles in your domains.
After the Identity Resolution Job completes, use the GetMatches API to return and review the results. Or, if you have configured
ExportingConfig
in the MatchingRequest
, you can download the results from S3.
public CreateDomainRequest withMatching(MatchingRequest matching)
The process of matching duplicate profiles. If Matching
= true
, Amazon Connect Customer
Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for
Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in
your domains.
After the Identity Resolution Job completes, use the GetMatches API to
return and review the results. Or, if you have configured ExportingConfig
in the
MatchingRequest
, you can download the results from S3.
matching
- The process of matching duplicate profiles. If Matching
= true
, Amazon Connect
Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a
date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect
duplicate profiles in your domains.
After the Identity Resolution Job completes, use the GetMatches
API to return and review the results. Or, if you have configured ExportingConfig
in the
MatchingRequest
, you can download the results from S3.
public Map<String,String> getTags()
The tags used to organize, track, or control access for this resource.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags
- The tags used to organize, track, or control access for this resource.public CreateDomainRequest withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags
- The tags used to organize, track, or control access for this resource.public CreateDomainRequest addTagsEntry(String key, String value)
public CreateDomainRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()