public static interface DeleteConditionalForwarderRequest.Builder extends DirectoryRequest.Builder, CopyableBuilder<DeleteConditionalForwarderRequest.Builder,DeleteConditionalForwarderRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteConditionalForwarderRequest.Builder |
directoryId(String directoryId)
The directory ID for which you are deleting the conditional forwarder.
|
DeleteConditionalForwarderRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteConditionalForwarderRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteConditionalForwarderRequest.Builder |
remoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional
forwarder.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteConditionalForwarderRequest.Builder directoryId(String directoryId)
The directory ID for which you are deleting the conditional forwarder.
directoryId - The directory ID for which you are deleting the conditional forwarder.DeleteConditionalForwarderRequest.Builder remoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.
remoteDomainName - The fully qualified domain name (FQDN) of the remote domain with which you are deleting the
conditional forwarder.DeleteConditionalForwarderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteConditionalForwarderRequest.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.