@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDomainResult() |
Modifier and Type | Method and Description |
---|---|
CreateDomainResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateDomainResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDomainResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the domain was created.
|
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.
|
Date |
getLastUpdatedAt()
The timestamp of when the domain was most recently edited.
|
MatchingResponse |
getMatching()
The process of matching duplicate profiles.
|
RuleBasedMatchingResponse |
getRuleBasedMatching()
The process of matching duplicate profiles using the Rule-Based matching.
|
Map<String,String> |
getTags()
The tags used to organize, track, or control access for this resource.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
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 |
setLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
void |
setMatching(MatchingResponse matching)
The process of matching duplicate profiles.
|
void |
setRuleBasedMatching(RuleBasedMatchingResponse ruleBasedMatching)
The process of matching duplicate profiles using the Rule-Based matching.
|
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.
|
CreateDomainResult |
withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
CreateDomainResult |
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.
|
CreateDomainResult |
withDefaultEncryptionKey(String defaultEncryptionKey)
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is
specified.
|
CreateDomainResult |
withDefaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
|
CreateDomainResult |
withDomainName(String domainName)
The unique name of the domain.
|
CreateDomainResult |
withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
CreateDomainResult |
withMatching(MatchingResponse matching)
The process of matching duplicate profiles.
|
CreateDomainResult |
withRuleBasedMatching(RuleBasedMatchingResponse ruleBasedMatching)
The process of matching duplicate profiles using the Rule-Based matching.
|
CreateDomainResult |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 CreateDomainResult 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 CreateDomainResult 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 CreateDomainResult 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.
deadLetterQueueUrl
- The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data
from third party applications.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.
public CreateDomainResult 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.
deadLetterQueueUrl
- The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data
from third party applications.public void setMatching(MatchingResponse 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 MatchingResponse 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 CreateDomainResult withMatching(MatchingResponse 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 void setRuleBasedMatching(RuleBasedMatchingResponse ruleBasedMatching)
The process of matching duplicate profiles using the Rule-Based matching. If RuleBasedMatching
=
true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your
configuration in the RuleBasedMatchingRequest
. You can use the ListRuleBasedMatches
and
GetSimilarProfiles
API to return and review the results. Also, if you have configured
ExportingConfig
in the RuleBasedMatchingRequest
, you can download the results from S3.
ruleBasedMatching
- The process of matching duplicate profiles using the Rule-Based matching. If
RuleBasedMatching
= true, Amazon Connect Customer Profiles will start to match and merge your
profiles according to your configuration in the RuleBasedMatchingRequest
. You can use the
ListRuleBasedMatches
and GetSimilarProfiles
API to return and review the
results. Also, if you have configured ExportingConfig
in the
RuleBasedMatchingRequest
, you can download the results from S3.public RuleBasedMatchingResponse getRuleBasedMatching()
The process of matching duplicate profiles using the Rule-Based matching. If RuleBasedMatching
=
true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your
configuration in the RuleBasedMatchingRequest
. You can use the ListRuleBasedMatches
and
GetSimilarProfiles
API to return and review the results. Also, if you have configured
ExportingConfig
in the RuleBasedMatchingRequest
, you can download the results from S3.
RuleBasedMatching
= true, Amazon Connect Customer Profiles will start to match and merge
your profiles according to your configuration in the RuleBasedMatchingRequest
. You can use
the ListRuleBasedMatches
and GetSimilarProfiles
API to return and review the
results. Also, if you have configured ExportingConfig
in the
RuleBasedMatchingRequest
, you can download the results from S3.public CreateDomainResult withRuleBasedMatching(RuleBasedMatchingResponse ruleBasedMatching)
The process of matching duplicate profiles using the Rule-Based matching. If RuleBasedMatching
=
true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your
configuration in the RuleBasedMatchingRequest
. You can use the ListRuleBasedMatches
and
GetSimilarProfiles
API to return and review the results. Also, if you have configured
ExportingConfig
in the RuleBasedMatchingRequest
, you can download the results from S3.
ruleBasedMatching
- The process of matching duplicate profiles using the Rule-Based matching. If
RuleBasedMatching
= true, Amazon Connect Customer Profiles will start to match and merge your
profiles according to your configuration in the RuleBasedMatchingRequest
. You can use the
ListRuleBasedMatches
and GetSimilarProfiles
API to return and review the
results. Also, if you have configured ExportingConfig
in the
RuleBasedMatchingRequest
, you can download the results from S3.public void setCreatedAt(Date createdAt)
The timestamp of when the domain was created.
createdAt
- The timestamp of when the domain was created.public Date getCreatedAt()
The timestamp of when the domain was created.
public CreateDomainResult withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
createdAt
- The timestamp of when the domain was created.public void setLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
lastUpdatedAt
- The timestamp of when the domain was most recently edited.public Date getLastUpdatedAt()
The timestamp of when the domain was most recently edited.
public CreateDomainResult withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
lastUpdatedAt
- The timestamp of when the domain was most recently edited.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 CreateDomainResult 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 CreateDomainResult addTagsEntry(String key, String value)
public CreateDomainResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateDomainResult clone()