Interface RegionsInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RegionsInfo.Builder,RegionsInfo>, SdkBuilder<RegionsInfo.Builder,RegionsInfo>, SdkPojo
Enclosing class:
RegionsInfo

public static interface RegionsInfo.Builder extends SdkPojo, CopyableBuilder<RegionsInfo.Builder,RegionsInfo>
  • 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.