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