Interface UpdateConsumableResourceResponse.Builder

    • Method Detail

      • consumableResourceName

        UpdateConsumableResourceResponse.Builder consumableResourceName​(String consumableResourceName)

        The name of the consumable resource to be updated.

        Parameters:
        consumableResourceName - The name of the consumable resource to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • consumableResourceArn

        UpdateConsumableResourceResponse.Builder consumableResourceArn​(String consumableResourceArn)

        The Amazon Resource Name (ARN) of the consumable resource.

        Parameters:
        consumableResourceArn - The Amazon Resource Name (ARN) of the consumable resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalQuantity

        UpdateConsumableResourceResponse.Builder totalQuantity​(Long totalQuantity)

        The total amount of the consumable resource that is available.

        Parameters:
        totalQuantity - The total amount of the consumable resource that is available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.