Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateTrafficPolicyInstanceRequest.Builder,CreateTrafficPolicyInstanceRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateTrafficPolicyInstanceRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateTrafficPolicyInstanceRequest.Builder,CreateTrafficPolicyInstanceRequest>
A complex type that contains information about the resource record sets that you want to create based on a specified traffic policy.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateTrafficPolicyInstanceRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateTrafficPolicyInstanceRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hostedZoneId() |
The ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using the
configuration in a traffic policy.
|
String |
name() |
The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53
responds to DNS queries by using the resource record sets that Amazon Route 53 creates for this traffic policy
instance.
|
static Class<? extends CreateTrafficPolicyInstanceRequest.Builder> |
serializableBuilderClass() |
|
CreateTrafficPolicyInstanceRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
trafficPolicyId() |
The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.
|
Integer |
trafficPolicyVersion() |
The version of the traffic policy that you want to use to create resource record sets in the specified hosted
zone.
|
Long |
ttl() |
(Optional) The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in
the specified hosted zone.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String hostedZoneId()
The ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using the configuration in a traffic policy.
public String name()
The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Amazon Route 53 creates for this traffic policy instance.
public Long ttl()
(Optional) The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.
public String trafficPolicyId()
The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.
public Integer trafficPolicyVersion()
The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.
public CreateTrafficPolicyInstanceRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateTrafficPolicyInstanceRequest.Builder,CreateTrafficPolicyInstanceRequest>
public static CreateTrafficPolicyInstanceRequest.Builder builder()
public static Class<? extends CreateTrafficPolicyInstanceRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.