Interface TrafficPolicyInstance.Builder

  • 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

      TrafficPolicyInstance.Builder hostedZoneId(String 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 the CreateTrafficPolicyInstance request completed successfully.

      Failed

      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.

      Parameters:
      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 the CreateTrafficPolicyInstance request completed successfully.

      Failed

      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      If State is Failed, an explanation of the reason for the failure. If State is another value, Message is empty.

      Parameters:
      message - If State is Failed, an explanation of the reason for the failure. If State is another value, Message is empty.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trafficPolicyId

      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.

      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

      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.

      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

      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.

      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

      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.

      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: