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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateConditionalForwarderRequest.BuilderdirectoryId(String directoryId)The directory ID of the Amazon Web Services directory for which to update the conditional forwarder.UpdateConditionalForwarderRequest.BuilderdnsIpAddrs(String... dnsIpAddrs)The updated IP addresses of the remote DNS server associated with the conditional forwarder.UpdateConditionalForwarderRequest.BuilderdnsIpAddrs(Collection<String> dnsIpAddrs)The updated IP addresses of the remote DNS server associated with the conditional forwarder.UpdateConditionalForwarderRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateConditionalForwarderRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateConditionalForwarderRequest.BuilderremoteDomainName(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 Detail
-
directoryId
UpdateConditionalForwarderRequest.Builder directoryId(String 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
UpdateConditionalForwarderRequest.Builder remoteDomainName(String 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
UpdateConditionalForwarderRequest.Builder dnsIpAddrs(Collection<String> 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
UpdateConditionalForwarderRequest.Builder dnsIpAddrs(String... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateConditionalForwarderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-