Interface RegionsInfo.Builder

  • Method Details

    • primaryRegion

      RegionsInfo.Builder primaryRegion(String primaryRegion)

      The Region where the Managed Microsoft AD directory was originally created.

      Parameters:
      primaryRegion - The Region where the Managed Microsoft AD directory was originally created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • additionalRegions

      RegionsInfo.Builder additionalRegions(Collection<String> additionalRegions)

      Lists the Regions where the directory has been replicated, excluding the primary Region.

      Parameters:
      additionalRegions - Lists the Regions where the directory has been replicated, excluding the primary Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • additionalRegions

      RegionsInfo.Builder additionalRegions(String... additionalRegions)

      Lists the Regions where the directory has been replicated, excluding the primary Region.

      Parameters:
      additionalRegions - Lists the Regions where the directory has been replicated, excluding the primary Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.