Interface UpdateDomainRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateDomainRequest.Builder,UpdateDomainRequest>, CustomerProfilesRequest.Builder, SdkBuilder<UpdateDomainRequest.Builder,UpdateDomainRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateDomainRequest

public static interface UpdateDomainRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<UpdateDomainRequest.Builder,UpdateDomainRequest>
  • Method Details

    • domainName

      UpdateDomainRequest.Builder domainName(String domainName)

      The unique name of the domain.

      Parameters:
      domainName - The unique name of the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultExpirationDays

      UpdateDomainRequest.Builder defaultExpirationDays(Integer defaultExpirationDays)

      The default number of days until the data within the domain expires.

      Parameters:
      defaultExpirationDays - The default number of days until the data within the domain expires.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultEncryptionKey

      UpdateDomainRequest.Builder defaultEncryptionKey(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. If specified as an empty string, it will clear any existing value.

      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. If specified as an empty string, it will clear any existing value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deadLetterQueueUrl

      UpdateDomainRequest.Builder deadLetterQueueUrl(String deadLetterQueueUrl)

      The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. If specified as an empty string, it will clear any existing value. 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.

      Parameters:
      deadLetterQueueUrl - The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. If specified as an empty string, it will clear any existing value. 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:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      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:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      This is a convenience method that creates an instance of the MatchingRequest.Builder avoiding the need to create one manually via MatchingRequest.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to matching(MatchingRequest).

      Parameters:
      matching - a consumer that will call methods on MatchingRequest.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ruleBasedMatching

      UpdateDomainRequest.Builder ruleBasedMatching(RuleBasedMatchingRequest 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.

      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:
      Returns a reference to this object so that method calls can be chained together.
    • ruleBasedMatching

      default UpdateDomainRequest.Builder ruleBasedMatching(Consumer<RuleBasedMatchingRequest.Builder> 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.

      This is a convenience method that creates an instance of the RuleBasedMatchingRequest.Builder avoiding the need to create one manually via RuleBasedMatchingRequest.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to ruleBasedMatching(RuleBasedMatchingRequest).

      Parameters:
      ruleBasedMatching - a consumer that will call methods on RuleBasedMatchingRequest.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      The tags used to organize, track, or control access for this resource.

      Parameters:
      tags - The tags used to organize, track, or control access for this resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.