Class UpdateTrafficPolicyInstanceRequest

    • Method Detail

      • id

        public final String id()

        The ID of the traffic policy instance that you want to update.

        Returns:
        The ID of the traffic policy instance that you want to update.
      • ttl

        public final Long ttl()

        The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

        Returns:
        The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.
      • trafficPolicyId

        public final String trafficPolicyId()

        The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

        Returns:
        The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
      • trafficPolicyVersion

        public final Integer trafficPolicyVersion()

        The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

        Returns:
        The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
      • 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