public static interface AddRegionRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<AddRegionRequest.Builder,AddRegionRequest>
| Modifier and Type | Method and Description |
|---|---|
AddRegionRequest.Builder |
directoryId(String directoryId)
The identifier of the directory to which you want to add Region replication.
|
AddRegionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddRegionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddRegionRequest.Builder |
regionName(String regionName)
The name of the Region where you want to add domain controllers for replication.
|
default AddRegionRequest.Builder |
vpcSettings(Consumer<DirectoryVpcSettings.Builder> vpcSettings)
Sets the value of the VPCSettings property for this object.
|
AddRegionRequest.Builder |
vpcSettings(DirectoryVpcSettings vpcSettings)
Sets the value of the VPCSettings property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddRegionRequest.Builder directoryId(String directoryId)
The identifier of the directory to which you want to add Region replication.
directoryId - The identifier of the directory to which you want to add Region replication.AddRegionRequest.Builder regionName(String regionName)
The name of the Region where you want to add domain controllers for replication. For example,
us-east-1.
regionName - The name of the Region where you want to add domain controllers for replication. For example,
us-east-1.AddRegionRequest.Builder vpcSettings(DirectoryVpcSettings vpcSettings)
vpcSettings - The new value for the VPCSettings property for this object.default AddRegionRequest.Builder vpcSettings(Consumer<DirectoryVpcSettings.Builder> vpcSettings)
DirectoryVpcSettings.Builder avoiding
the need to create one manually via DirectoryVpcSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to vpcSettings(DirectoryVpcSettings).vpcSettings - a consumer that will call methods on DirectoryVpcSettings.BuildervpcSettings(DirectoryVpcSettings)AddRegionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddRegionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.