Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateConditionalForwarderRequest.Builder,UpdateConditionalForwarderRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateConditionalForwarderRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateConditionalForwarderRequest.Builder,UpdateConditionalForwarderRequest>
Updates a conditional forwarder.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateConditionalForwarderRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateConditionalForwarderRequest.Builder |
builder() |
|
String |
directoryId() |
The directory ID of the AWS directory for which to update the conditional forwarder.
|
List<String> |
dnsIpAddrs() |
The updated IP addresses of the remote DNS server associated with the conditional forwarder.
|
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 UpdateConditionalForwarderRequest.Builder> |
serializableBuilderClass() |
|
UpdateConditionalForwarderRequest.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 to update 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 updated IP addresses of the remote DNS server associated with the conditional forwarder.
public UpdateConditionalForwarderRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateConditionalForwarderRequest.Builder,UpdateConditionalForwarderRequest>
public static UpdateConditionalForwarderRequest.Builder builder()
public static Class<? extends UpdateConditionalForwarderRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.