CopyableBuilder<DirectoryConnectSettingsDescription.Builder,DirectoryConnectSettingsDescription>
, SdkBuilder<DirectoryConnectSettingsDescription.Builder,DirectoryConnectSettingsDescription>
public static interface DirectoryConnectSettingsDescription.Builder extends CopyableBuilder<DirectoryConnectSettingsDescription.Builder,DirectoryConnectSettingsDescription>
Modifier and Type | Method | Description |
---|---|---|
DirectoryConnectSettingsDescription.Builder |
availabilityZones(String... availabilityZones) |
A list of the Availability Zones that the directory is in.
|
DirectoryConnectSettingsDescription.Builder |
availabilityZones(Collection<String> availabilityZones) |
A list of the Availability Zones that the directory is in.
|
DirectoryConnectSettingsDescription.Builder |
connectIps(String... connectIps) |
The IP addresses of the AD Connector servers.
|
DirectoryConnectSettingsDescription.Builder |
connectIps(Collection<String> connectIps) |
The IP addresses of the AD Connector servers.
|
DirectoryConnectSettingsDescription.Builder |
customerUserName(String customerUserName) |
The username of the service account in the on-premises directory.
|
DirectoryConnectSettingsDescription.Builder |
securityGroupId(String securityGroupId) |
The security group identifier for the AD Connector directory.
|
DirectoryConnectSettingsDescription.Builder |
subnetIds(String... subnetIds) |
A list of subnet identifiers in the VPC that the AD connector is in.
|
DirectoryConnectSettingsDescription.Builder |
subnetIds(Collection<String> subnetIds) |
A list of subnet identifiers in the VPC that the AD connector is in.
|
DirectoryConnectSettingsDescription.Builder |
vpcId(String vpcId) |
The identifier of the VPC that the AD Connector is in.
|
copy
apply, build
DirectoryConnectSettingsDescription.Builder vpcId(String vpcId)
The identifier of the VPC that the AD Connector is in.
vpcId
- The identifier of the VPC that the AD Connector is in.DirectoryConnectSettingsDescription.Builder subnetIds(Collection<String> subnetIds)
A list of subnet identifiers in the VPC that the AD connector is in.
subnetIds
- A list of subnet identifiers in the VPC that the AD connector is in.DirectoryConnectSettingsDescription.Builder subnetIds(String... subnetIds)
A list of subnet identifiers in the VPC that the AD connector is in.
NOTE: This method appends the values to the existing list (if any). Use
#setSubnetIds(java.util.Collection)
or #withSubnetIds(java.util.Collection)
if you want to
override the existing values.
subnetIds
- A list of subnet identifiers in the VPC that the AD connector is in.DirectoryConnectSettingsDescription.Builder customerUserName(String customerUserName)
The username of the service account in the on-premises directory.
customerUserName
- The username of the service account in the on-premises directory.DirectoryConnectSettingsDescription.Builder securityGroupId(String securityGroupId)
The security group identifier for the AD Connector directory.
securityGroupId
- The security group identifier for the AD Connector directory.DirectoryConnectSettingsDescription.Builder availabilityZones(Collection<String> availabilityZones)
A list of the Availability Zones that the directory is in.
availabilityZones
- A list of the Availability Zones that the directory is in.DirectoryConnectSettingsDescription.Builder availabilityZones(String... availabilityZones)
A list of the Availability Zones that the directory is in.
NOTE: This method appends the values to the existing list (if any). Use
#setAvailabilityZones(java.util.Collection)
or #withAvailabilityZones(java.util.Collection)
if you want to override the existing values.
availabilityZones
- A list of the Availability Zones that the directory is in.DirectoryConnectSettingsDescription.Builder connectIps(Collection<String> connectIps)
The IP addresses of the AD Connector servers.
connectIps
- The IP addresses of the AD Connector servers.DirectoryConnectSettingsDescription.Builder connectIps(String... connectIps)
The IP addresses of the AD Connector servers.
NOTE: This method appends the values to the existing list (if any). Use
#setConnectIps(java.util.Collection)
or #withConnectIps(java.util.Collection)
if you want to
override the existing values.
connectIps
- The IP addresses of the AD Connector servers.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.