Interface GlobalResiliencyMetadata.Builder

  • Method Details

    • activeRegion

      GlobalResiliencyMetadata.Builder activeRegion(String activeRegion)

      The current AWS region in which the contact is active. This indicates where the contact is being processed in real-time.

      Parameters:
      activeRegion - The current AWS region in which the contact is active. This indicates where the contact is being processed in real-time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • originRegion

      GlobalResiliencyMetadata.Builder originRegion(String originRegion)

      The AWS region where the contact was originally created and initiated. This may differ from the ActiveRegion if the contact has been transferred across regions.

      Parameters:
      originRegion - The AWS region where the contact was originally created and initiated. This may differ from the ActiveRegion if the contact has been transferred across regions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trafficDistributionGroupId

      GlobalResiliencyMetadata.Builder trafficDistributionGroupId(String trafficDistributionGroupId)

      The identifier of the traffic distribution group.

      Parameters:
      trafficDistributionGroupId - The identifier of the traffic distribution group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.