Class CfnDomainProps.Builder

java.lang.Object
software.amazon.awscdk.services.customerprofiles.CfnDomainProps.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainProps>
Enclosing interface:
CfnDomainProps

@Stability(Stable) public static final class CfnDomainProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDomainProps>
A builder for CfnDomainProps
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • domainName

      @Stability(Stable) public CfnDomainProps.Builder domainName(String domainName)
      Parameters:
      domainName - The unique name of the domain. This parameter is required.
      Returns:
      this
    • deadLetterQueueUrl

      @Stability(Stable) public CfnDomainProps.Builder deadLetterQueueUrl(String deadLetterQueueUrl)
      Parameters:
      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.
      Returns:
      this
    • defaultEncryptionKey

      @Stability(Stable) public CfnDomainProps.Builder defaultEncryptionKey(String defaultEncryptionKey)
      Parameters:
      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.
      Returns:
      this
    • defaultExpirationDays

      @Stability(Stable) public CfnDomainProps.Builder defaultExpirationDays(Number defaultExpirationDays)
      Parameters:
      defaultExpirationDays - The default number of days until the data within the domain expires.
      Returns:
      this
    • matching

      @Stability(Stable) public CfnDomainProps.Builder matching(IResolvable matching)
      Parameters:
      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.
      Returns:
      this
    • matching

      @Stability(Stable) public CfnDomainProps.Builder matching(CfnDomain.MatchingProperty matching)
      Parameters:
      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.
      Returns:
      this
    • ruleBasedMatching

      @Stability(Stable) public CfnDomainProps.Builder ruleBasedMatching(IResolvable ruleBasedMatching)
      Parameters:
      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.
      Returns:
      this
    • ruleBasedMatching

      @Stability(Stable) public CfnDomainProps.Builder ruleBasedMatching(CfnDomain.RuleBasedMatchingProperty ruleBasedMatching)
      Parameters:
      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.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnDomainProps.Builder tags(List<? extends CfnTag> tags)
      Sets the value of CfnDomainProps.getTags()
      Parameters:
      tags - The tags used to organize, track, or control access for this resource.
      Returns:
      this
    • build

      @Stability(Stable) public CfnDomainProps build()
      Builds the configured instance.
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnDomainProps>
      Returns:
      a new instance of CfnDomainProps
      Throws:
      NullPointerException - if any required attribute was not provided