Interface UpdateConditionalForwarderRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateConditionalForwarderRequest.Builder,
,UpdateConditionalForwarderRequest> DirectoryRequest.Builder
,SdkBuilder<UpdateConditionalForwarderRequest.Builder,
,UpdateConditionalForwarderRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateConditionalForwarderRequest
public static interface UpdateConditionalForwarderRequest.Builder
extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<UpdateConditionalForwarderRequest.Builder,UpdateConditionalForwarderRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondirectoryId
(String directoryId) The directory ID of the Amazon Web Services directory for which to update the conditional forwarder.dnsIpAddrs
(String... dnsIpAddrs) The updated IP addresses of the remote DNS server associated with the conditional forwarder.dnsIpAddrs
(Collection<String> dnsIpAddrs) The updated IP addresses of the remote DNS server associated with the conditional forwarder.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.remoteDomainName
(String remoteDomainName) The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.directory.model.DirectoryRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
directoryId
The directory ID of the Amazon Web Services directory for which to update the conditional forwarder.
- Parameters:
directoryId
- The directory ID of the Amazon Web Services directory for which to update the conditional forwarder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remoteDomainName
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
- Parameters:
remoteDomainName
- The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsIpAddrs
The updated IP addresses of the remote DNS server associated with the conditional forwarder.
- Parameters:
dnsIpAddrs
- The updated IP addresses of the remote DNS server associated with the conditional forwarder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsIpAddrs
The updated IP addresses of the remote DNS server associated with the conditional forwarder.
- Parameters:
dnsIpAddrs
- The updated IP addresses of the remote DNS server associated with the conditional forwarder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateConditionalForwarderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateConditionalForwarderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-