| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static CurrentInstance.Builder |
CurrentInstance.builder() |
CurrentInstance.Builder |
CurrentInstance.Builder.currencyCode(String currencyCode)
The currency code that AWS used to calculate the costs for this instance.
|
CurrentInstance.Builder |
CurrentInstance.Builder.instanceName(String instanceName)
The name you've given an instance.
|
CurrentInstance.Builder |
CurrentInstance.Builder.monthlyCost(String monthlyCost)
Current On-Demand cost of operating this instance on a monthly basis.
|
CurrentInstance.Builder |
CurrentInstance.Builder.onDemandHoursInLookbackPeriod(String onDemandHoursInLookbackPeriod)
Number of hours during the lookback period billed at On-Demand rates.
|
CurrentInstance.Builder |
CurrentInstance.Builder.reservationCoveredHoursInLookbackPeriod(String reservationCoveredHoursInLookbackPeriod)
Number of hours during the lookback period 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)
Number of hours during the lookback period covered by Savings Plans.
|
CurrentInstance.Builder |
CurrentInstance.Builder.tags(Collection<TagValues> tags)
Cost allocation resource tags applied to the instance.
|
CurrentInstance.Builder |
CurrentInstance.Builder.tags(Consumer<TagValues.Builder>... tags)
Cost allocation resource tags applied to the instance.
|
CurrentInstance.Builder |
CurrentInstance.Builder.tags(TagValues... tags)
Cost allocation resource tags applied to the instance.
|
CurrentInstance.Builder |
CurrentInstance.toBuilder() |
CurrentInstance.Builder |
CurrentInstance.Builder.totalRunningHoursInLookbackPeriod(String totalRunningHoursInLookbackPeriod)
The total number of hours the instance ran during the lookback period.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CurrentInstance.Builder> |
CurrentInstance.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RightsizingRecommendation.Builder |
RightsizingRecommendation.Builder.currentInstance(Consumer<CurrentInstance.Builder> currentInstance)
Context regarding the current instance.
|
Copyright © 2021. All rights reserved.