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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegionsInfo.BuilderadditionalRegions(String... additionalRegions)Lists the Regions where the directory has been replicated, excluding the primary Region.RegionsInfo.BuilderadditionalRegions(Collection<String> additionalRegions)Lists the Regions where the directory has been replicated, excluding the primary Region.RegionsInfo.BuilderprimaryRegion(String primaryRegion)The Region where the Managed Microsoft AD directory was originally created.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-