default GetBillScenarioResponse.Builder |
GetBillScenarioResponse.Builder.billInterval(Consumer<BillInterval.Builder> billInterval) |
The time period covered by the bill scenario.
|
GetBillScenarioResponse.Builder |
GetBillScenarioResponse.Builder.billInterval(BillInterval billInterval) |
The time period covered by the bill scenario.
|
static GetBillScenarioResponse.Builder |
GetBillScenarioResponse.builder() |
|
GetBillScenarioResponse.Builder |
GetBillScenarioResponse.Builder.createdAt(Instant createdAt) |
The timestamp when the bill scenario was created.
|
GetBillScenarioResponse.Builder |
GetBillScenarioResponse.Builder.expiresAt(Instant expiresAt) |
The timestamp when the bill scenario will expire.
|
GetBillScenarioResponse.Builder |
GetBillScenarioResponse.Builder.failureMessage(String failureMessage) |
An error message if the bill scenario retrieval failed.
|
GetBillScenarioResponse.Builder |
GetBillScenarioResponse.Builder.id(String id) |
The unique identifier of the retrieved bill scenario.
|
GetBillScenarioResponse.Builder |
GetBillScenarioResponse.Builder.name(String name) |
The name of the retrieved bill scenario.
|
GetBillScenarioResponse.Builder |
GetBillScenarioResponse.Builder.status(String status) |
The current status of the bill scenario.
|
GetBillScenarioResponse.Builder |
GetBillScenarioResponse.Builder.status(BillScenarioStatus status) |
The current status of the bill scenario.
|
GetBillScenarioResponse.Builder |
GetBillScenarioResponse.toBuilder() |
|