Interface TrafficPolicySummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrafficPolicySummary.Builder,TrafficPolicySummary>,SdkBuilder<TrafficPolicySummary.Builder,TrafficPolicySummary>,SdkPojo
- Enclosing class:
- TrafficPolicySummary
public static interface TrafficPolicySummary.Builder extends SdkPojo, CopyableBuilder<TrafficPolicySummary.Builder,TrafficPolicySummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficPolicySummary.Builderid(String id)The ID that Amazon Route 53 assigned to the traffic policy when you created it.TrafficPolicySummary.BuilderlatestVersion(Integer latestVersion)The version number of the latest version of the traffic policy.TrafficPolicySummary.Buildername(String name)The name that you specified for the traffic policy when you created it.TrafficPolicySummary.BuildertrafficPolicyCount(Integer trafficPolicyCount)The number of traffic policies that are associated with the current Amazon Web Services account.TrafficPolicySummary.Buildertype(String type)The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a traffic policy instance.TrafficPolicySummary.Buildertype(RRType type)The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a traffic policy instance.-
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, sdkFields
-
-
-
-
Method Detail
-
id
TrafficPolicySummary.Builder id(String id)
The ID that Amazon Route 53 assigned to the traffic policy when you created it.
- Parameters:
id- The ID that Amazon Route 53 assigned to the traffic policy when you created it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
TrafficPolicySummary.Builder name(String name)
The name that you specified for the traffic policy when you created it.
- Parameters:
name- The name that you specified for the traffic policy when you created it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
TrafficPolicySummary.Builder type(String type)
The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a traffic policy instance.
-
type
TrafficPolicySummary.Builder type(RRType type)
The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a traffic policy instance.
-
latestVersion
TrafficPolicySummary.Builder latestVersion(Integer latestVersion)
The version number of the latest version of the traffic policy.
- Parameters:
latestVersion- The version number of the latest version of the traffic policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trafficPolicyCount
TrafficPolicySummary.Builder trafficPolicyCount(Integer trafficPolicyCount)
The number of traffic policies that are associated with the current Amazon Web Services account.
- Parameters:
trafficPolicyCount- The number of traffic policies that are associated with the current Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-