Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateConditionalForwarderRequest.Builder,CreateConditionalForwarderRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateConditionalForwarderRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateConditionalForwarderRequest.Builder,CreateConditionalForwarderRequest>
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.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateConditionalForwarderRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateConditionalForwarderRequest.Builder |
builder() |
|
String |
directoryId() |
The directory ID of the AWS directory for which you are creating the conditional forwarder.
|
List<String> |
dnsIpAddrs() |
The IP addresses of the remote DNS server associated with RemoteDomainName.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
remoteDomainName() |
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
|
static Class<? extends CreateConditionalForwarderRequest.Builder> |
serializableBuilderClass() |
|
CreateConditionalForwarderRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String directoryId()
The directory ID of the AWS directory for which you are creating the conditional forwarder.
public String remoteDomainName()
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
public List<String> dnsIpAddrs()
The IP addresses of the remote DNS server associated with RemoteDomainName.
public CreateConditionalForwarderRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateConditionalForwarderRequest.Builder,CreateConditionalForwarderRequest>
public static CreateConditionalForwarderRequest.Builder builder()
public static Class<? extends CreateConditionalForwarderRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.