public static interface TrafficPolicyInstance.Builder extends SdkPojo, CopyableBuilder<TrafficPolicyInstance.Builder,TrafficPolicyInstance>
Modifier and Type | Method and Description |
---|---|
TrafficPolicyInstance.Builder |
hostedZoneId(String hostedZoneId)
The ID of the hosted zone that Amazon Route 53 created resource record sets in.
|
TrafficPolicyInstance.Builder |
id(String id)
The ID that Amazon Route 53 assigned to the new traffic policy instance.
|
TrafficPolicyInstance.Builder |
message(String message)
If
State is Failed , an explanation of the reason for the failure. |
TrafficPolicyInstance.Builder |
name(String name)
The DNS name, such as www.example.com, for which Amazon Route 53 responds to queries by using the resource
record sets that are associated with this traffic policy instance.
|
TrafficPolicyInstance.Builder |
state(String state)
The value of
State is one of the following values: |
TrafficPolicyInstance.Builder |
trafficPolicyId(String trafficPolicyId)
The ID of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted
zone.
|
TrafficPolicyInstance.Builder |
trafficPolicyType(RRType trafficPolicyType)
The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this
traffic policy instance.
|
TrafficPolicyInstance.Builder |
trafficPolicyType(String trafficPolicyType)
The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this
traffic policy instance.
|
TrafficPolicyInstance.Builder |
trafficPolicyVersion(Integer trafficPolicyVersion)
The version of the traffic policy that Amazon Route 53 used to create resource record sets in the specified
hosted zone.
|
TrafficPolicyInstance.Builder |
ttl(Long ttl)
The TTL that Amazon Route 53 assigned to all of the resource record sets that it created in the specified
hosted zone.
|
copy
applyMutation, build
TrafficPolicyInstance.Builder id(String id)
The ID that Amazon Route 53 assigned to the new traffic policy instance.
id
- The ID that Amazon Route 53 assigned to the new traffic policy instance.TrafficPolicyInstance.Builder hostedZoneId(String hostedZoneId)
The ID of the hosted zone that Amazon Route 53 created resource record sets in.
hostedZoneId
- The ID of the hosted zone that Amazon Route 53 created resource record sets in.TrafficPolicyInstance.Builder name(String name)
The DNS name, such as www.example.com, for which Amazon Route 53 responds to queries by using the resource record sets that are associated with this traffic policy instance.
name
- The DNS name, such as www.example.com, for which Amazon Route 53 responds to queries by using the
resource record sets that are associated with this traffic policy instance.TrafficPolicyInstance.Builder ttl(Long ttl)
The TTL that Amazon Route 53 assigned to all of the resource record sets that it created in the specified hosted zone.
ttl
- The TTL that Amazon Route 53 assigned to all of the resource record sets that it created in the
specified hosted zone.TrafficPolicyInstance.Builder state(String state)
The value of State
is one of the following values:
Amazon Route 53 has finished creating resource record sets, and changes have propagated to all Route 53 edge locations.
Route 53 is creating the resource record sets. Use GetTrafficPolicyInstance
to confirm that the
CreateTrafficPolicyInstance
request completed successfully.
Route 53 wasn't able to create or update the resource record sets. When the value of State
is
Failed
, see Message
for an explanation of what caused the request to fail.
state
- The value of State
is one of the following values:
Amazon Route 53 has finished creating resource record sets, and changes have propagated to all Route 53 edge locations.
Route 53 is creating the resource record sets. Use GetTrafficPolicyInstance
to confirm
that the CreateTrafficPolicyInstance
request completed successfully.
Route 53 wasn't able to create or update the resource record sets. When the value of
State
is Failed
, see Message
for an explanation of what caused
the request to fail.
TrafficPolicyInstance.Builder message(String message)
If State
is Failed
, an explanation of the reason for the failure. If
State
is another value, Message
is empty.
message
- If State
is Failed
, an explanation of the reason for the failure. If
State
is another value, Message
is empty.TrafficPolicyInstance.Builder trafficPolicyId(String trafficPolicyId)
The ID of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.
trafficPolicyId
- The ID of the traffic policy that Amazon Route 53 used to create resource record sets in the specified
hosted zone.TrafficPolicyInstance.Builder trafficPolicyVersion(Integer trafficPolicyVersion)
The version of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.
trafficPolicyVersion
- The version of the traffic policy that Amazon Route 53 used to create resource record sets in the
specified hosted zone.TrafficPolicyInstance.Builder trafficPolicyType(String trafficPolicyType)
The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic policy instance.
TrafficPolicyInstance.Builder trafficPolicyType(RRType trafficPolicyType)
The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic policy instance.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.