public static interface DirectoryVpcSettings.Builder extends SdkPojo, CopyableBuilder<DirectoryVpcSettings.Builder,DirectoryVpcSettings>
| Modifier and Type | Method and Description |
|---|---|
DirectoryVpcSettings.Builder |
subnetIds(Collection<String> subnetIds)
The identifiers of the subnets for the directory servers.
|
DirectoryVpcSettings.Builder |
subnetIds(String... subnetIds)
The identifiers of the subnets for the directory servers.
|
DirectoryVpcSettings.Builder |
vpcId(String vpcId)
The identifier of the VPC in which to create the directory.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDirectoryVpcSettings.Builder vpcId(String vpcId)
The identifier of the VPC in which to create the directory.
vpcId - The identifier of the VPC in which to create the directory.DirectoryVpcSettings.Builder subnetIds(Collection<String> subnetIds)
The identifiers of the subnets for the directory servers. The two subnets must be in different Availability Zones. Directory Service creates a directory server and a DNS server in each of these subnets.
subnetIds - The identifiers of the subnets for the directory servers. The two subnets must be in different
Availability Zones. Directory Service creates a directory server and a DNS server in each of these
subnets.DirectoryVpcSettings.Builder subnetIds(String... subnetIds)
The identifiers of the subnets for the directory servers. The two subnets must be in different Availability Zones. Directory Service creates a directory server and a DNS server in each of these subnets.
subnetIds - The identifiers of the subnets for the directory servers. The two subnets must be in different
Availability Zones. Directory Service creates a directory server and a DNS server in each of these
subnets.Copyright © 2022. All rights reserved.