@Generated(value="software.amazon.awssdk:codegen") public final class JoinDomainRequest extends StorageGatewayRequest implements ToCopyableBuilder<JoinDomainRequest.Builder,JoinDomainRequest>
JoinDomainInput
| Modifier and Type | Class and Description |
|---|---|
static interface |
JoinDomainRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JoinDomainRequest.Builder |
builder() |
List<String> |
domainControllers()
List of IPv4 addresses, NetBIOS names, or host names of your domain server.
|
String |
domainName()
The name of the domain that you want the gateway to join.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayARN()
The Amazon Resource Name (ARN) of the gateway.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
String |
password()
Sets the password of the user who has permission to add the gateway to the Active Directory domain.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JoinDomainRequest.Builder> |
serializableBuilderClass() |
Integer |
timeoutInSeconds()
Specifies the time in seconds, in which the
JoinDomain operation must complete. |
JoinDomainRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userName()
Sets the user name of user who has permission to add the gateway to the Active Directory domain.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String gatewayARN()
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of
gateways for your account and AWS Region.
ListGateways operation to return a
list of gateways for your account and AWS Region.public String domainName()
The name of the domain that you want the gateway to join.
public 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.
public List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
mydc.mydomain.com:389.public Integer timeoutInSeconds()
Specifies the time in seconds, in which the JoinDomain operation must complete. The default is 20
seconds.
JoinDomain operation must complete. The default
is 20 seconds.public 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.
public String password()
Sets the password of the user who has permission to add the gateway to the Active Directory domain.
public JoinDomainRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JoinDomainRequest.Builder,JoinDomainRequest>toBuilder in class StorageGatewayRequestpublic static JoinDomainRequest.Builder builder()
public static Class<? extends JoinDomainRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.