default CreateBillEstimateResponse.Builder |
CreateBillEstimateResponse.Builder.billInterval(Consumer<BillInterval.Builder> billInterval) |
The bill month start and end timestamp that was used to create the Bill estimate.
|
CreateBillEstimateResponse.Builder |
CreateBillEstimateResponse.Builder.billInterval(BillInterval billInterval) |
The bill month start and end timestamp that was used to create the Bill estimate.
|
static CreateBillEstimateResponse.Builder |
CreateBillEstimateResponse.builder() |
|
default CreateBillEstimateResponse.Builder |
CreateBillEstimateResponse.Builder.costSummary(Consumer<BillEstimateCostSummary.Builder> costSummary) |
Returns summary-level cost information once a Bill estimate is successfully generated.
|
CreateBillEstimateResponse.Builder |
CreateBillEstimateResponse.Builder.costSummary(BillEstimateCostSummary costSummary) |
Returns summary-level cost information once a Bill estimate is successfully generated.
|
CreateBillEstimateResponse.Builder |
CreateBillEstimateResponse.Builder.createdAt(Instant createdAt) |
The timestamp of when the Bill estimate create process was started (not when it successfully completed or
failed).
|
CreateBillEstimateResponse.Builder |
CreateBillEstimateResponse.Builder.expiresAt(Instant expiresAt) |
The timestamp of when the Bill estimate will expire.
|
CreateBillEstimateResponse.Builder |
CreateBillEstimateResponse.Builder.failureMessage(String failureMessage) |
This attribute provides the reason if a Bill estimate result generation fails.
|
CreateBillEstimateResponse.Builder |
CreateBillEstimateResponse.Builder.id(String id) |
The unique identifier of your newly created Bill estimate.
|
CreateBillEstimateResponse.Builder |
CreateBillEstimateResponse.Builder.name(String name) |
The name of your newly created Bill estimate.
|
CreateBillEstimateResponse.Builder |
CreateBillEstimateResponse.Builder.status(String status) |
The status of your newly created Bill estimate.
|
CreateBillEstimateResponse.Builder |
CreateBillEstimateResponse.Builder.status(BillEstimateStatus status) |
The status of your newly created Bill estimate.
|
CreateBillEstimateResponse.Builder |
CreateBillEstimateResponse.toBuilder() |
|