Interface UpdateWorkloadEstimateResponse.Builder

    • Method Detail

      • id

        UpdateWorkloadEstimateResponse.Builder id​(String id)

        The unique identifier of the updated workload estimate.

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

        UpdateWorkloadEstimateResponse.Builder name​(String name)

        The updated name of the workload estimate.

        Parameters:
        name - The updated name of the workload estimate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        UpdateWorkloadEstimateResponse.Builder createdAt​(Instant createdAt)

        The timestamp when the workload estimate was originally created.

        Parameters:
        createdAt - The timestamp when the workload estimate was originally created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expiresAt

        UpdateWorkloadEstimateResponse.Builder expiresAt​(Instant expiresAt)

        The updated expiration timestamp for the workload estimate.

        Parameters:
        expiresAt - The updated expiration timestamp for the workload estimate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rateTimestamp

        UpdateWorkloadEstimateResponse.Builder rateTimestamp​(Instant rateTimestamp)

        The timestamp of the pricing rates used for the updated estimate.

        Parameters:
        rateTimestamp - The timestamp of the pricing rates used for the updated estimate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalCost

        UpdateWorkloadEstimateResponse.Builder totalCost​(Double totalCost)

        The updated total estimated cost for the workload.

        Parameters:
        totalCost - The updated total estimated cost for the workload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureMessage

        UpdateWorkloadEstimateResponse.Builder failureMessage​(String failureMessage)

        An error message if the workload estimate update failed.

        Parameters:
        failureMessage - An error message if the workload estimate update failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.