public static interface JoinDomainRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<JoinDomainRequest.Builder,JoinDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
JoinDomainRequest.Builder |
domainControllers(Collection<String> domainControllers)
List of IPv4 addresses, NetBIOS names, or host names of your domain server.
|
JoinDomainRequest.Builder |
domainControllers(String... domainControllers)
List of IPv4 addresses, NetBIOS names, or host names of your domain server.
|
JoinDomainRequest.Builder |
domainName(String domainName)
The name of the domain that you want the gateway to join.
|
JoinDomainRequest.Builder |
gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
JoinDomainRequest.Builder |
organizationalUnit(String organizationalUnit)
The organizational unit (OU) is a container with an Active Directory that can hold users, groups, computers,
and other OUs and this parameter specifies the OU that the gateway will join within the AD domain.
|
JoinDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
JoinDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
JoinDomainRequest.Builder |
password(String password)
Sets the password of the user who has permission to add the gateway to the Active Directory domain.
|
JoinDomainRequest.Builder |
userName(String userName)
Sets the user name of user who has permission to add the gateway to the Active Directory domain.
|
buildoverrideConfigurationcopyapplyMutation, buildJoinDomainRequest.Builder gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list
of gateways for your account and region.
gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a
list of gateways for your account and region.JoinDomainRequest.Builder domainName(String domainName)
The name of the domain that you want the gateway to join.
domainName - The name of the domain that you want the gateway to join.JoinDomainRequest.Builder organizationalUnit(String organizationalUnit)
The organizational unit (OU) is a container with an Active Directory that can hold users, groups, computers, and other OUs and this parameter specifies the OU that the gateway will join within the AD domain.
organizationalUnit - The organizational unit (OU) is a container with an Active Directory that can hold users, groups,
computers, and other OUs and this parameter specifies the OU that the gateway will join within the AD
domain.JoinDomainRequest.Builder domainControllers(Collection<String> domainControllers)
List of IPv4 addresses, NetBIOS names, or host names of your domain server. If you need to specify the port
number include it after the colon (“:”). For example, mydc.mydomain.com:389.
domainControllers - List of IPv4 addresses, NetBIOS names, or host names of your domain server. If you need to specify the
port number include it after the colon (“:”). For example, mydc.mydomain.com:389.JoinDomainRequest.Builder domainControllers(String... domainControllers)
List of IPv4 addresses, NetBIOS names, or host names of your domain server. If you need to specify the port
number include it after the colon (“:”). For example, mydc.mydomain.com:389.
domainControllers - List of IPv4 addresses, NetBIOS names, or host names of your domain server. If you need to specify the
port number include it after the colon (“:”). For example, mydc.mydomain.com:389.JoinDomainRequest.Builder userName(String userName)
Sets the user name of user who has permission to add the gateway to the Active Directory domain.
userName - Sets the user name of user who has permission to add the gateway to the Active Directory domain.JoinDomainRequest.Builder password(String password)
Sets the password of the user who has permission to add the gateway to the Active Directory domain.
password - Sets the password of the user who has permission to add the gateway to the Active Directory domain.JoinDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderJoinDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.