CopyableBuilder<DirectoryConnectSettings.Builder,DirectoryConnectSettings>
, SdkBuilder<DirectoryConnectSettings.Builder,DirectoryConnectSettings>
public static interface DirectoryConnectSettings.Builder extends CopyableBuilder<DirectoryConnectSettings.Builder,DirectoryConnectSettings>
Modifier and Type | Method | Description |
---|---|---|
DirectoryConnectSettings.Builder |
customerDnsIps(String... customerDnsIps) |
A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.
|
DirectoryConnectSettings.Builder |
customerDnsIps(Collection<String> customerDnsIps) |
A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.
|
DirectoryConnectSettings.Builder |
customerUserName(String customerUserName) |
The username of an account in the on-premises directory that is used to connect to the directory.
|
DirectoryConnectSettings.Builder |
subnetIds(String... subnetIds) |
A list of subnet identifiers in the VPC in which the AD Connector is created.
|
DirectoryConnectSettings.Builder |
subnetIds(Collection<String> subnetIds) |
A list of subnet identifiers in the VPC in which the AD Connector is created.
|
DirectoryConnectSettings.Builder |
vpcId(String vpcId) |
The identifier of the VPC in which the AD Connector is created.
|
copy
apply, build
DirectoryConnectSettings.Builder vpcId(String vpcId)
The identifier of the VPC in which the AD Connector is created.
vpcId
- The identifier of the VPC in which the AD Connector is created.DirectoryConnectSettings.Builder subnetIds(Collection<String> subnetIds)
A list of subnet identifiers in the VPC in which the AD Connector is created.
subnetIds
- A list of subnet identifiers in the VPC in which the AD Connector is created.DirectoryConnectSettings.Builder subnetIds(String... subnetIds)
A list of subnet identifiers in the VPC in which the AD Connector is created.
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 in which the AD Connector is created.DirectoryConnectSettings.Builder customerDnsIps(Collection<String> customerDnsIps)
A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.
customerDnsIps
- A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.DirectoryConnectSettings.Builder customerDnsIps(String... customerDnsIps)
A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.
NOTE: This method appends the values to the existing list (if any). Use
#setCustomerDnsIps(java.util.Collection)
or #withCustomerDnsIps(java.util.Collection)
if you
want to override the existing values.
customerDnsIps
- A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.DirectoryConnectSettings.Builder customerUserName(String customerUserName)
The username of an account in the on-premises directory that is used to connect to the directory. This account must have the following privileges:
Read users and groups
Create computer objects
Join computers to the domain
customerUserName
- The username of an account in the on-premises directory that is used to connect to the directory. This
account must have the following privileges:
Read users and groups
Create computer objects
Join computers to the domain
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.