CopyableBuilder<CreateTrustRequest.Builder,CreateTrustRequest>
, SdkBuilder<CreateTrustRequest.Builder,CreateTrustRequest>
public static interface CreateTrustRequest.Builder extends CopyableBuilder<CreateTrustRequest.Builder,CreateTrustRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateTrustRequest.Builder |
conditionalForwarderIpAddrs(String... conditionalForwarderIpAddrs) |
The IP addresses of the remote DNS server associated with RemoteDomainName.
|
CreateTrustRequest.Builder |
conditionalForwarderIpAddrs(Collection<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 |
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.
|
copy
apply, build
CreateTrustRequest.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
CreateTrustRequest.Builder trustDirection(TrustDirection trustDirection)
The direction of the trust relationship.
trustDirection
- The direction of the trust relationship.TrustDirection
CreateTrustRequest.Builder trustType(String trustType)
The trust relationship type.
trustType
- The trust relationship type.TrustType
CreateTrustRequest.Builder trustType(TrustType trustType)
The trust relationship type.
trustType
- The trust relationship type.TrustType
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.
NOTE: This method appends the values to the existing list (if any). Use
#setConditionalForwarderIpAddrs(java.util.Collection)
or
#withConditionalForwarderIpAddrs(java.util.Collection)
if you want to override the existing values.
conditionalForwarderIpAddrs
- The IP addresses of the remote DNS server associated with RemoteDomainName.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.