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 Managed Microsoft AD directory for which to establish the trust relationship.
|
CreateTrustRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTrustRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTrustRequest.Builder directoryId(String directoryId)
The Directory ID of the Managed Microsoft AD directory for which to establish the trust relationship.
directoryId - The Directory ID of the 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)
overrideConfiguration in interface AwsRequest.BuilderCreateTrustRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.