CopyableBuilder<DeleteConditionalForwarderRequest.Builder,DeleteConditionalForwarderRequest>
, SdkBuilder<DeleteConditionalForwarderRequest.Builder,DeleteConditionalForwarderRequest>
public static interface DeleteConditionalForwarderRequest.Builder extends CopyableBuilder<DeleteConditionalForwarderRequest.Builder,DeleteConditionalForwarderRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteConditionalForwarderRequest.Builder |
directoryId(String 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.
|
copy
apply, build
DeleteConditionalForwarderRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.