@Stability(value=Stable) public static final class CfnMicrosoftAD.VpcSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMicrosoftAD.VpcSettingsProperty>
CfnMicrosoftAD.VpcSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMicrosoftAD.VpcSettingsProperty |
build()
Builds the configured instance.
|
CfnMicrosoftAD.VpcSettingsProperty.Builder |
subnetIds(List<String> subnetIds)
Sets the value of
CfnMicrosoftAD.VpcSettingsProperty.getSubnetIds() |
CfnMicrosoftAD.VpcSettingsProperty.Builder |
vpcId(String vpcId)
Sets the value of
CfnMicrosoftAD.VpcSettingsProperty.getVpcId() |
@Stability(value=Stable) public CfnMicrosoftAD.VpcSettingsProperty.Builder subnetIds(List<String> subnetIds)
CfnMicrosoftAD.VpcSettingsProperty.getSubnetIds()subnetIds - The identifiers of the subnets for the directory servers. This parameter is required.
The two subnets must be in different Availability Zones. AWS Directory Service specifies a directory server and a DNS server in each of these subnets.this@Stability(value=Stable) public CfnMicrosoftAD.VpcSettingsProperty.Builder vpcId(String vpcId)
CfnMicrosoftAD.VpcSettingsProperty.getVpcId()vpcId - The identifier of the VPC in which to create the directory. This parameter is required.this@Stability(value=Stable) public CfnMicrosoftAD.VpcSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnMicrosoftAD.VpcSettingsProperty>CfnMicrosoftAD.VpcSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.