Interface TrafficPolicyInstance.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TrafficPolicyInstance.Builder,
,TrafficPolicyInstance> SdkBuilder<TrafficPolicyInstance.Builder,
,TrafficPolicyInstance> SdkPojo
- Enclosing class:
TrafficPolicyInstance
-
Method Summary
Modifier and TypeMethodDescriptionhostedZoneId
(String hostedZoneId) The ID of the hosted zone that Amazon Route 53 created resource record sets in.The ID that Amazon Route 53 assigned to the new traffic policy instance.IfState
isFailed
, an explanation of the reason for the failure.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.The value ofState
is one of the following values:trafficPolicyId
(String trafficPolicyId) The ID of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.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.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.trafficPolicyVersion
(Integer trafficPolicyVersion) The version of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.The TTL that Amazon Route 53 assigned to all of the resource record sets that it created in the specified hosted zone.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The ID that Amazon Route 53 assigned to the new traffic policy instance.
- Parameters:
id
- The ID that Amazon Route 53 assigned to the new traffic policy instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZoneId
The ID of the hosted zone that Amazon Route 53 created resource record sets in.
- Parameters:
hostedZoneId
- The ID of the hosted zone that Amazon Route 53 created resource record sets in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ttl
The TTL that Amazon Route 53 assigned to all of the resource record sets that it created in the specified hosted zone.
- Parameters:
ttl
- The TTL that Amazon Route 53 assigned to all of the resource record sets that it created in the specified hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The value of
State
is one of the following values:- Applied
-
Amazon Route 53 has finished creating resource record sets, and changes have propagated to all Route 53 edge locations.
- Creating
-
Route 53 is creating the resource record sets. Use
GetTrafficPolicyInstance
to confirm that theCreateTrafficPolicyInstance
request completed successfully. - Failed
-
Route 53 wasn't able to create or update the resource record sets. When the value of
State
isFailed
, seeMessage
for an explanation of what caused the request to fail.
- Parameters:
state
- The value ofState
is one of the following values:- Applied
-
Amazon Route 53 has finished creating resource record sets, and changes have propagated to all Route 53 edge locations.
- Creating
-
Route 53 is creating the resource record sets. Use
GetTrafficPolicyInstance
to confirm that theCreateTrafficPolicyInstance
request completed successfully. - Failed
-
Route 53 wasn't able to create or update the resource record sets. When the value of
State
isFailed
, seeMessage
for an explanation of what caused the request to fail.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
If
State
isFailed
, an explanation of the reason for the failure. IfState
is another value,Message
is empty.- Parameters:
message
- IfState
isFailed
, an explanation of the reason for the failure. IfState
is another value,Message
is empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trafficPolicyId
The ID of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.
- Parameters:
trafficPolicyId
- The ID of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trafficPolicyVersion
The version of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.
- Parameters:
trafficPolicyVersion
- The version of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trafficPolicyType
The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic policy instance.
- Parameters:
trafficPolicyType
- The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic policy instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
trafficPolicyType
The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic policy instance.
- Parameters:
trafficPolicyType
- The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic policy instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-