@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConditionalForwarderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Initiates the creation of a conditional forwarder for your AWS Directory Service for Microsoft Active Directory. Conditional forwarders are required in order to set up a trust relationship with another domain.
NOOP
Constructor and Description |
---|
CreateConditionalForwarderRequest() |
Modifier and Type | Method and Description |
---|---|
CreateConditionalForwarderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryId()
The directory ID of the AWS directory for which you are creating the conditional forwarder.
|
List<String> |
getDnsIpAddrs()
The IP addresses of the remote DNS server associated with RemoteDomainName.
|
String |
getRemoteDomainName()
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The directory ID of the AWS directory for which you are creating the conditional forwarder.
|
void |
setDnsIpAddrs(Collection<String> dnsIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.
|
void |
setRemoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateConditionalForwarderRequest |
withDirectoryId(String directoryId)
The directory ID of the AWS directory for which you are creating the conditional forwarder.
|
CreateConditionalForwarderRequest |
withDnsIpAddrs(Collection<String> dnsIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.
|
CreateConditionalForwarderRequest |
withDnsIpAddrs(String... dnsIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.
|
CreateConditionalForwarderRequest |
withRemoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDirectoryId(String directoryId)
The directory ID of the AWS directory for which you are creating the conditional forwarder.
directoryId
- The directory ID of the AWS directory for which you are creating the conditional forwarder.public String getDirectoryId()
The directory ID of the AWS directory for which you are creating the conditional forwarder.
public CreateConditionalForwarderRequest withDirectoryId(String directoryId)
The directory ID of the AWS directory for which you are creating the conditional forwarder.
directoryId
- The directory ID of the AWS directory for which you are creating the conditional forwarder.public void setRemoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
remoteDomainName
- The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust
relationship.public String getRemoteDomainName()
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
public CreateConditionalForwarderRequest withRemoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
remoteDomainName
- The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust
relationship.public List<String> getDnsIpAddrs()
The IP addresses of the remote DNS server associated with RemoteDomainName.
public void setDnsIpAddrs(Collection<String> dnsIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.
dnsIpAddrs
- The IP addresses of the remote DNS server associated with RemoteDomainName.public CreateConditionalForwarderRequest withDnsIpAddrs(String... dnsIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.
NOTE: This method appends the values to the existing list (if any). Use
setDnsIpAddrs(java.util.Collection)
or withDnsIpAddrs(java.util.Collection)
if you want to
override the existing values.
dnsIpAddrs
- The IP addresses of the remote DNS server associated with RemoteDomainName.public CreateConditionalForwarderRequest withDnsIpAddrs(Collection<String> dnsIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.
dnsIpAddrs
- The IP addresses of the remote DNS server associated with RemoteDomainName.public String toString()
toString
in class Object
Object.toString()
public CreateConditionalForwarderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.