Interface CreateConditionalForwarderRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateConditionalForwarderRequest.Builder,CreateConditionalForwarderRequest>,DirectoryRequest.Builder,SdkBuilder<CreateConditionalForwarderRequest.Builder,CreateConditionalForwarderRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateConditionalForwarderRequest
public static interface CreateConditionalForwarderRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<CreateConditionalForwarderRequest.Builder,CreateConditionalForwarderRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateConditionalForwarderRequest.BuilderdirectoryId(String directoryId)The directory ID of the Amazon Web Services directory for which you are creating the conditional forwarder.CreateConditionalForwarderRequest.BuilderdnsIpAddrs(String... dnsIpAddrs)The IP addresses of the remote DNS server associated with RemoteDomainName.CreateConditionalForwarderRequest.BuilderdnsIpAddrs(Collection<String> dnsIpAddrs)The IP addresses of the remote DNS server associated with RemoteDomainName.CreateConditionalForwarderRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateConditionalForwarderRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateConditionalForwarderRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
directoryId
CreateConditionalForwarderRequest.Builder directoryId(String directoryId)
The directory ID of the Amazon Web Services directory for which you are creating the conditional forwarder.
- Parameters:
directoryId- The directory ID of the Amazon Web Services directory for which you are creating the conditional forwarder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remoteDomainName
CreateConditionalForwarderRequest.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
CreateConditionalForwarderRequest.Builder dnsIpAddrs(Collection<String> dnsIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.
- Parameters:
dnsIpAddrs- The IP addresses of the remote DNS server associated with RemoteDomainName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsIpAddrs
CreateConditionalForwarderRequest.Builder dnsIpAddrs(String... dnsIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.
- Parameters:
dnsIpAddrs- The IP addresses of the remote DNS server associated with RemoteDomainName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateConditionalForwarderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateConditionalForwarderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-