Interface GetCrossRegionRoutingResponse.Builder

  • Method Details

    • isolatedRegions

      GetCrossRegionRoutingResponse.Builder isolatedRegions(Collection<String> isolatedRegions)

      The list of Regions for which cross-region routing is currently disabled (isolated). When a Region appears in this list, contacts originating in that Region will not be routed to agents in other Regions, and agents in that Region will not receive contacts from other Regions.

      Parameters:
      isolatedRegions - The list of Regions for which cross-region routing is currently disabled (isolated). When a Region appears in this list, contacts originating in that Region will not be routed to agents in other Regions, and agents in that Region will not receive contacts from other Regions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isolatedRegions

      GetCrossRegionRoutingResponse.Builder isolatedRegions(String... isolatedRegions)

      The list of Regions for which cross-region routing is currently disabled (isolated). When a Region appears in this list, contacts originating in that Region will not be routed to agents in other Regions, and agents in that Region will not receive contacts from other Regions.

      Parameters:
      isolatedRegions - The list of Regions for which cross-region routing is currently disabled (isolated). When a Region appears in this list, contacts originating in that Region will not be routed to agents in other Regions, and agents in that Region will not receive contacts from other Regions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.