Interface BatchUpdateWorkloadEstimateUsageEntry.Builder

    • Method Detail

      • id

        BatchUpdateWorkloadEstimateUsageEntry.Builder id​(String id)

        The unique identifier of the usage estimate to update.

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

        BatchUpdateWorkloadEstimateUsageEntry.Builder group​(String group)

        The updated group identifier for the usage estimate.

        Parameters:
        group - The updated group identifier for the usage estimate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • amount

        BatchUpdateWorkloadEstimateUsageEntry.Builder amount​(Double amount)

        The updated estimated usage amount.

        Parameters:
        amount - The updated estimated usage amount.
        Returns:
        Returns a reference to this object so that method calls can be chained together.