public static interface RegionsInfo.Builder extends SdkPojo, CopyableBuilder<RegionsInfo.Builder,RegionsInfo>
| Modifier and Type | Method and Description |
|---|---|
RegionsInfo.Builder |
additionalRegions(Collection<String> additionalRegions)
Lists the Regions where the directory has been replicated, excluding the primary Region.
|
RegionsInfo.Builder |
additionalRegions(String... additionalRegions)
Lists the Regions where the directory has been replicated, excluding the primary Region.
|
RegionsInfo.Builder |
primaryRegion(String primaryRegion)
The Region where the Managed Microsoft AD directory was originally created.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegionsInfo.Builder primaryRegion(String primaryRegion)
The Region where the Managed Microsoft AD directory was originally created.
primaryRegion - The Region where the Managed Microsoft AD directory was originally created.RegionsInfo.Builder additionalRegions(Collection<String> additionalRegions)
Lists the Regions where the directory has been replicated, excluding the primary Region.
additionalRegions - Lists the Regions where the directory has been replicated, excluding the primary Region.RegionsInfo.Builder additionalRegions(String... additionalRegions)
Lists the Regions where the directory has been replicated, excluding the primary Region.
additionalRegions - Lists the Regions where the directory has been replicated, excluding the primary Region.Copyright © 2022. All rights reserved.