Class CreateTrafficPolicyInstanceRequest

    • Method Detail

      • hostedZoneId

        public final String hostedZoneId()

        The ID of the hosted zone that you want Amazon Route 53 to create resource record sets in by using the configuration in a traffic policy.

        Returns:
        The ID of the hosted zone that you want Amazon Route 53 to create resource record sets in by using the configuration in a traffic policy.
      • name

        public final String name()

        The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Route 53 creates for this traffic policy instance.

        Returns:
        The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Route 53 creates for this traffic policy instance.
      • ttl

        public final Long ttl()

        (Optional) The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.

        Returns:
        (Optional) The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.
      • trafficPolicyId

        public final String trafficPolicyId()

        The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.

        Returns:
        The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.
      • trafficPolicyVersion

        public final Integer trafficPolicyVersion()

        The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.

        Returns:
        The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object