| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetInstance.Builder |
TargetInstance.builder() |
TargetInstance.Builder |
TargetInstance.Builder.currencyCode(String currencyCode)
The currency code that Amazon Web Services used to calculate the costs for this instance.
|
TargetInstance.Builder |
TargetInstance.Builder.defaultTargetInstance(Boolean defaultTargetInstance)
Determines whether this recommendation is the defaulted Amazon Web Services recommendation.
|
TargetInstance.Builder |
TargetInstance.Builder.estimatedMonthlyCost(String estimatedMonthlyCost)
The expected cost to operate this instance type on a monthly basis.
|
TargetInstance.Builder |
TargetInstance.Builder.estimatedMonthlySavings(String estimatedMonthlySavings)
The estimated savings that result from modification, on a monthly basis.
|
default TargetInstance.Builder |
TargetInstance.Builder.expectedResourceUtilization(Consumer<ResourceUtilization.Builder> expectedResourceUtilization)
The expected utilization metrics for target instance type.
|
TargetInstance.Builder |
TargetInstance.Builder.expectedResourceUtilization(ResourceUtilization expectedResourceUtilization)
The expected utilization metrics for target instance type.
|
TargetInstance.Builder |
TargetInstance.Builder.platformDifferences(Collection<PlatformDifference> platformDifferences)
Explains the actions that you might need to take to successfully migrate your workloads from the current
instance type to the recommended instance type.
|
TargetInstance.Builder |
TargetInstance.Builder.platformDifferences(PlatformDifference... platformDifferences)
Explains the actions that you might need to take to successfully migrate your workloads from the current
instance type to the recommended instance type.
|
TargetInstance.Builder |
TargetInstance.Builder.platformDifferencesWithStrings(Collection<String> platformDifferences)
Explains the actions that you might need to take to successfully migrate your workloads from the current
instance type to the recommended instance type.
|
TargetInstance.Builder |
TargetInstance.Builder.platformDifferencesWithStrings(String... platformDifferences)
Explains the actions that you might need to take to successfully migrate your workloads from the current
instance type to the recommended instance type.
|
default TargetInstance.Builder |
TargetInstance.Builder.resourceDetails(Consumer<ResourceDetails.Builder> resourceDetails)
Details on the target instance type.
|
TargetInstance.Builder |
TargetInstance.Builder.resourceDetails(ResourceDetails resourceDetails)
Details on the target instance type.
|
TargetInstance.Builder |
TargetInstance.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TargetInstance.Builder> |
TargetInstance.serializableBuilderClass() |
Copyright © 2023. All rights reserved.