Interface PutAssetResponse.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

      PutAssetResponse.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.
    • createdAt

      PutAssetResponse.Builder createdAt(Instant createdAt)

      The timestamp at which the asset was created.

      Parameters:
      createdAt - The timestamp at which the asset was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • forms

      The forms attached to the asset, keyed by form name.

      Parameters:
      forms - The forms attached to the asset, keyed by form name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.