public static interface CoverageHours.Builder extends SdkPojo, CopyableBuilder<CoverageHours.Builder,CoverageHours>
Modifier and Type | Method and Description |
---|---|
CoverageHours.Builder |
coverageHoursPercentage(String coverageHoursPercentage)
The percentage of instance hours that are covered by a reservation.
|
CoverageHours.Builder |
onDemandHours(String onDemandHours)
The number of instance running hours that are covered by On-Demand Instances.
|
CoverageHours.Builder |
reservedHours(String reservedHours)
The number of instance running hours that are covered by reservations.
|
CoverageHours.Builder |
totalRunningHours(String totalRunningHours)
The total instance usage, in hours.
|
copy
applyMutation, build
CoverageHours.Builder onDemandHours(String onDemandHours)
The number of instance running hours that are covered by On-Demand Instances.
onDemandHours
- The number of instance running hours that are covered by On-Demand Instances.CoverageHours.Builder reservedHours(String reservedHours)
The number of instance running hours that are covered by reservations.
reservedHours
- The number of instance running hours that are covered by reservations.CoverageHours.Builder totalRunningHours(String totalRunningHours)
The total instance usage, in hours.
totalRunningHours
- The total instance usage, in hours.CoverageHours.Builder coverageHoursPercentage(String coverageHoursPercentage)
The percentage of instance hours that are covered by a reservation.
coverageHoursPercentage
- The percentage of instance hours that are covered by a reservation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.