public static interface CreateTrustRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<CreateTrustRequest.Builder,CreateTrustRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTrustRequest.Builder |
conditionalForwarderIpAddrs(Collection<String> conditionalForwarderIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.
|
CreateTrustRequest.Builder |
conditionalForwarderIpAddrs(String... conditionalForwarderIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.
|
CreateTrustRequest.Builder |
directoryId(String directoryId)
The Directory ID of the AWS Managed Microsoft AD directory for which to establish the trust relationship.
|
CreateTrustRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateTrustRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateTrustRequest.Builder |
remoteDomainName(String remoteDomainName)
The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.
|
CreateTrustRequest.Builder |
selectiveAuth(SelectiveAuth selectiveAuth)
Optional parameter to enable selective authentication for the trust.
|
CreateTrustRequest.Builder |
selectiveAuth(String selectiveAuth)
Optional parameter to enable selective authentication for the trust.
|
CreateTrustRequest.Builder |
trustDirection(String trustDirection)
The direction of the trust relationship.
|
CreateTrustRequest.Builder |
trustDirection(TrustDirection trustDirection)
The direction of the trust relationship.
|
CreateTrustRequest.Builder |
trustPassword(String trustPassword)
The trust password.
|
CreateTrustRequest.Builder |
trustType(String trustType)
The trust relationship type.
|
CreateTrustRequest.Builder |
trustType(TrustType trustType)
The trust relationship type.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateTrustRequest.Builder directoryId(String directoryId)
The Directory ID of the AWS Managed Microsoft AD directory for which to establish the trust relationship.
directoryId - The Directory ID of the AWS Managed Microsoft AD directory for which to establish the trust
relationship.CreateTrustRequest.Builder remoteDomainName(String remoteDomainName)
The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.
remoteDomainName - The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust
relationship.CreateTrustRequest.Builder trustPassword(String trustPassword)
The trust password. The must be the same password that was used when creating the trust relationship on the external domain.
trustPassword - The trust password. The must be the same password that was used when creating the trust relationship
on the external domain.CreateTrustRequest.Builder trustDirection(String trustDirection)
The direction of the trust relationship.
trustDirection - The direction of the trust relationship.TrustDirection,
TrustDirectionCreateTrustRequest.Builder trustDirection(TrustDirection trustDirection)
The direction of the trust relationship.
trustDirection - The direction of the trust relationship.TrustDirection,
TrustDirectionCreateTrustRequest.Builder trustType(String trustType)
The trust relationship type. Forest is the default.
CreateTrustRequest.Builder trustType(TrustType trustType)
The trust relationship type. Forest is the default.
CreateTrustRequest.Builder conditionalForwarderIpAddrs(Collection<String> conditionalForwarderIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.
conditionalForwarderIpAddrs - The IP addresses of the remote DNS server associated with RemoteDomainName.CreateTrustRequest.Builder conditionalForwarderIpAddrs(String... conditionalForwarderIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.
conditionalForwarderIpAddrs - The IP addresses of the remote DNS server associated with RemoteDomainName.CreateTrustRequest.Builder selectiveAuth(String selectiveAuth)
Optional parameter to enable selective authentication for the trust.
selectiveAuth - Optional parameter to enable selective authentication for the trust.SelectiveAuth,
SelectiveAuthCreateTrustRequest.Builder selectiveAuth(SelectiveAuth selectiveAuth)
Optional parameter to enable selective authentication for the trust.
selectiveAuth - Optional parameter to enable selective authentication for the trust.SelectiveAuth,
SelectiveAuthCreateTrustRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateTrustRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.