Interface ReplicationConfiguration.Builder

  • Method Details

    • replicationStatusSummaryList

      ReplicationConfiguration.Builder replicationStatusSummaryList(Collection<ReplicationStatusSummary> replicationStatusSummaryList)

      A list of replication status summaries. The summaries contain details about the replication of configuration information for Amazon Connect resources, for each Amazon Web Services Region.

      Parameters:
      replicationStatusSummaryList - A list of replication status summaries. The summaries contain details about the replication of configuration information for Amazon Connect resources, for each Amazon Web Services Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationStatusSummaryList

      ReplicationConfiguration.Builder replicationStatusSummaryList(ReplicationStatusSummary... replicationStatusSummaryList)

      A list of replication status summaries. The summaries contain details about the replication of configuration information for Amazon Connect resources, for each Amazon Web Services Region.

      Parameters:
      replicationStatusSummaryList - A list of replication status summaries. The summaries contain details about the replication of configuration information for Amazon Connect resources, for each Amazon Web Services Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationStatusSummaryList

      ReplicationConfiguration.Builder replicationStatusSummaryList(Consumer<ReplicationStatusSummary.Builder>... replicationStatusSummaryList)

      A list of replication status summaries. The summaries contain details about the replication of configuration information for Amazon Connect resources, for each Amazon Web Services Region.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to replicationStatusSummaryList(List<ReplicationStatusSummary>).

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

      ReplicationConfiguration.Builder sourceRegion(String sourceRegion)

      The Amazon Web Services Region where the source Amazon Connect instance was created. This is the Region where the ReplicateInstance API was called to start the replication process.

      Parameters:
      sourceRegion - The Amazon Web Services Region where the source Amazon Connect instance was created. This is the Region where the ReplicateInstance API was called to start the replication process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • globalSignInEndpoint

      ReplicationConfiguration.Builder globalSignInEndpoint(String globalSignInEndpoint)

      The URL that is used to sign-in to your Amazon Connect instance according to your traffic distribution group configuration. For more information about sign-in and traffic distribution groups, see Important things to know in the Create traffic distribution groups topic in the Amazon Connect Administrator Guide.

      Parameters:
      globalSignInEndpoint - The URL that is used to sign-in to your Amazon Connect instance according to your traffic distribution group configuration. For more information about sign-in and traffic distribution groups, see Important things to know in the Create traffic distribution groups topic in the Amazon Connect Administrator Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.