default UpdateBillEstimateResponse.Builder |
UpdateBillEstimateResponse.Builder.billInterval(Consumer<BillInterval.Builder> billInterval) |
The time period covered by the updated bill estimate.
|
UpdateBillEstimateResponse.Builder |
UpdateBillEstimateResponse.Builder.billInterval(BillInterval billInterval) |
The time period covered by the updated bill estimate.
|
static UpdateBillEstimateResponse.Builder |
UpdateBillEstimateResponse.builder() |
|
default UpdateBillEstimateResponse.Builder |
UpdateBillEstimateResponse.Builder.costSummary(Consumer<BillEstimateCostSummary.Builder> costSummary) |
A summary of the updated estimated costs.
|
UpdateBillEstimateResponse.Builder |
UpdateBillEstimateResponse.Builder.costSummary(BillEstimateCostSummary costSummary) |
A summary of the updated estimated costs.
|
UpdateBillEstimateResponse.Builder |
UpdateBillEstimateResponse.Builder.createdAt(Instant createdAt) |
The timestamp when the bill estimate was originally created.
|
UpdateBillEstimateResponse.Builder |
UpdateBillEstimateResponse.Builder.expiresAt(Instant expiresAt) |
The updated expiration timestamp for the bill estimate.
|
UpdateBillEstimateResponse.Builder |
UpdateBillEstimateResponse.Builder.failureMessage(String failureMessage) |
An error message if the bill estimate update failed.
|
UpdateBillEstimateResponse.Builder |
UpdateBillEstimateResponse.Builder.id(String id) |
The unique identifier of the updated bill estimate.
|
UpdateBillEstimateResponse.Builder |
UpdateBillEstimateResponse.Builder.name(String name) |
The updated name of the bill estimate.
|
UpdateBillEstimateResponse.Builder |
UpdateBillEstimateResponse.Builder.status(String status) |
The current status of the updated bill estimate.
|
UpdateBillEstimateResponse.Builder |
UpdateBillEstimateResponse.Builder.status(BillEstimateStatus status) |
The current status of the updated bill estimate.
|
UpdateBillEstimateResponse.Builder |
UpdateBillEstimateResponse.toBuilder() |
|