public static interface CreateTrustRequest.Builder extends DirectoryRequest.Builder, 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 Microsoft AD in the AWS cloud 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.
|
CreateTrustRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateTrustRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, buildCreateTrustRequest.Builder directoryId(String directoryId)
The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.
directoryId - The Directory ID of the Microsoft AD in the AWS cloud 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.
CreateTrustRequest.Builder trustType(TrustType trustType)
The trust relationship type.
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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateTrustRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.