public static interface JoinDomainRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<JoinDomainRequest.Builder,JoinDomainRequest>
Modifier and Type | Method and Description |
---|---|
JoinDomainRequest.Builder |
domainName(String domainName)
The name of the domain that you want the gateway to join.
|
JoinDomainRequest.Builder |
gatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the file gateway you want to add to the Active Directory domain.
|
JoinDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
JoinDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
JoinDomainRequest.Builder gatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the file gateway you want to add to the Active Directory domain.
gatewayARN
- The unique Amazon Resource Name (ARN) of the file gateway you want to add to the Active Directory
domain.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 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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.JoinDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.