@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) |
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 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.
|
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() |
JoinDomainRequest.Builder |
toBuilder() |
String |
toString() |
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 region.
ListGateways operation to return a
list of gateways for your account and 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 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.
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 String userName()
Sets the user name of user who has permission to add the gateway to the Active Directory 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 <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.