Interface UpdateAssetResponse.Builder

  • Method Details

    • id

      The unique identifier of the asset.

      Parameters:
      id - The unique identifier of the asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the asset.

      Parameters:
      name - The name of the asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      UpdateAssetResponse.Builder description(String description)

      The description of the asset.

      Parameters:
      description - The description of the asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      UpdateAssetResponse.Builder updatedAt(Instant updatedAt)

      The timestamp at which the asset was last updated.

      Parameters:
      updatedAt - The timestamp at which the asset was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.