Class UpdateAliasRequest

    • Method Detail

      • aliasId

        public final String aliasId()

        A unique identifier for the alias that you want to update. You can use either the alias ID or ARN value.

        Returns:
        A unique identifier for the alias that you want to update. You can use either the alias ID or ARN value.
      • name

        public final String name()

        A descriptive label that is associated with an alias. Alias names do not need to be unique.

        Returns:
        A descriptive label that is associated with an alias. Alias names do not need to be unique.
      • description

        public final String description()

        A human-readable description of the alias.

        Returns:
        A human-readable description of the alias.
      • routingStrategy

        public final RoutingStrategy routingStrategy()

        The routing configuration, including routing type and fleet target, for the alias.

        Returns:
        The routing configuration, including routing type and fleet target, for the alias.
      • 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