Class UpdateMeshRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.

        Returns:
        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
      • meshName

        public final String meshName()

        The name of the service mesh to update.

        Returns:
        The name of the service mesh to update.
      • spec

        public final MeshSpec spec()

        The service mesh specification to apply.

        Returns:
        The service mesh specification to apply.
      • 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