static CurrentInstance.Builder |
CurrentInstance.builder() |
|
CurrentInstance.Builder |
CurrentInstance.Builder.currencyCode(String currencyCode) |
The currency code that Amazon Web Services used to calculate the costs for this instance.
|
CurrentInstance.Builder |
CurrentInstance.Builder.instanceName(String instanceName) |
The name that you given an instance.
|
CurrentInstance.Builder |
CurrentInstance.Builder.monthlyCost(String monthlyCost) |
The current On-Demand cost of operating this instance on a monthly basis.
|
CurrentInstance.Builder |
CurrentInstance.Builder.onDemandHoursInLookbackPeriod(String onDemandHoursInLookbackPeriod) |
The number of hours during the lookback period that's billed at On-Demand rates.
|
CurrentInstance.Builder |
CurrentInstance.Builder.reservationCoveredHoursInLookbackPeriod(String reservationCoveredHoursInLookbackPeriod) |
The number of hours during the lookback period that's covered by reservations.
|
default CurrentInstance.Builder |
CurrentInstance.Builder.resourceDetails(Consumer<ResourceDetails.Builder> resourceDetails) |
Details about the resource and utilization.
|
CurrentInstance.Builder |
CurrentInstance.Builder.resourceDetails(ResourceDetails resourceDetails) |
Details about the resource and utilization.
|
CurrentInstance.Builder |
CurrentInstance.Builder.resourceId(String resourceId) |
Resource ID of the current instance.
|
default CurrentInstance.Builder |
CurrentInstance.Builder.resourceUtilization(Consumer<ResourceUtilization.Builder> resourceUtilization) |
Utilization information of the current instance during the lookback period.
|
CurrentInstance.Builder |
CurrentInstance.Builder.resourceUtilization(ResourceUtilization resourceUtilization) |
Utilization information of the current instance during the lookback period.
|
CurrentInstance.Builder |
CurrentInstance.Builder.savingsPlansCoveredHoursInLookbackPeriod(String savingsPlansCoveredHoursInLookbackPeriod) |
The number of hours during the lookback period that's covered by Savings Plans.
|
CurrentInstance.Builder |
CurrentInstance.Builder.tags(Collection<TagValues> tags) |
Cost allocation resource tags that are applied to the instance.
|
CurrentInstance.Builder |
CurrentInstance.Builder.tags(Consumer<TagValues.Builder>... tags) |
Cost allocation resource tags that are applied to the instance.
|
CurrentInstance.Builder |
CurrentInstance.Builder.tags(TagValues... tags) |
Cost allocation resource tags that are applied to the instance.
|
CurrentInstance.Builder |
CurrentInstance.toBuilder() |
|
CurrentInstance.Builder |
CurrentInstance.Builder.totalRunningHoursInLookbackPeriod(String totalRunningHoursInLookbackPeriod) |
The total number of hours that the instance ran during the lookback period.
|