public static interface ReservationAggregates.Builder extends CopyableBuilder<ReservationAggregates.Builder,ReservationAggregates>
Modifier and Type | Method and Description |
---|---|
ReservationAggregates.Builder |
purchasedHours(String purchasedHours)
How many RI hours you purchased.
|
ReservationAggregates.Builder |
totalActualHours(String totalActualHours)
The total number of RI hours that you used.
|
ReservationAggregates.Builder |
unusedHours(String unusedHours)
The number of RI hours that you didn't use.
|
ReservationAggregates.Builder |
utilizationPercentage(String utilizationPercentage)
The percentage of RI time that you used.
|
copy
applyMutation, build
ReservationAggregates.Builder utilizationPercentage(String utilizationPercentage)
The percentage of RI time that you used.
utilizationPercentage
- The percentage of RI time that you used.ReservationAggregates.Builder purchasedHours(String purchasedHours)
How many RI hours you purchased.
purchasedHours
- How many RI hours you purchased.ReservationAggregates.Builder totalActualHours(String totalActualHours)
The total number of RI hours that you used.
totalActualHours
- The total number of RI hours that you used.ReservationAggregates.Builder unusedHours(String unusedHours)
The number of RI hours that you didn't use.
unusedHours
- The number of RI hours that you didn't use.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.