Interface TrafficPolicySummary.Builder

    • 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.

        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:
        RRType, RRType
      • 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.

        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:
        RRType, RRType
      • 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.