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 AWS Managed Microsoft AD directory was originally created.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
RegionsInfo.Builder primaryRegion(String primaryRegion)
The Region where the AWS Managed Microsoft AD directory was originally created.
primaryRegion
- The Region where the AWS 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 © 2021 Amazon Web Services, Inc. All Rights Reserved.