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 in 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 |
timeoutInSeconds(Integer timeoutInSeconds)
Specifies the time in seconds, in which the
JoinDomain operation must complete. |
JoinDomainRequest.Builder |
userName(String userName)
Sets the user name of user who has permission to add the gateway to the Active Directory domain.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 in 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 in 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 timeoutInSeconds(Integer timeoutInSeconds)
Specifies the time in seconds, in which the JoinDomain operation must complete. The default is
20 seconds.
timeoutInSeconds - Specifies the time in seconds, in which the JoinDomain operation must complete. The
default is 20 seconds.JoinDomainRequest.Builder userName(String userName)
Sets the user name of user who has permission to add the gateway to the Active Directory domain. The domain user account should be enabled to join computers to the domain. For example, you can use the domain administrator account or an account with delegated permissions to join computers to the domain.
userName - Sets the user name of user who has permission to add the gateway to the Active Directory domain. The
domain user account should be enabled to join computers to the domain. For example, you can use the
domain administrator account or an account with delegated permissions to join computers to the 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 © 2021. All rights reserved.