Class UpdateWorkspaceAliasRequest

    • Method Detail

      • alias

        public final String alias()

        The new alias for the workspace. It does not need to be unique.

        Amazon Managed Service for Prometheus will automatically strip any blank spaces from the beginning and end of the alias that you specify.

        Returns:
        The new alias for the workspace. It does not need to be unique.

        Amazon Managed Service for Prometheus will automatically strip any blank spaces from the beginning and end of the alias that you specify.

      • clientToken

        public final String clientToken()

        A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.

        Returns:
        A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
      • workspaceId

        public final String workspaceId()

        The ID of the workspace to update.

        Returns:
        The ID of the workspace to update.
      • 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