Interface TrafficPolicySummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TrafficPolicySummary.Builder,
,TrafficPolicySummary> SdkBuilder<TrafficPolicySummary.Builder,
,TrafficPolicySummary> SdkPojo
- Enclosing class:
TrafficPolicySummary
@Mutable
@NotThreadSafe
public static interface TrafficPolicySummary.Builder
extends SdkPojo, CopyableBuilder<TrafficPolicySummary.Builder,TrafficPolicySummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID that Amazon Route 53 assigned to the traffic policy when you created it.latestVersion
(Integer latestVersion) The version number of the latest version of the traffic policy.The name that you specified for the traffic policy when you created it.trafficPolicyCount
(Integer trafficPolicyCount) The number of traffic policies that are associated with the current Amazon Web Services account.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.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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.
-