| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static LicenseRecommendationOption.Builder |
LicenseRecommendationOption.builder() |
LicenseRecommendationOption.Builder |
LicenseRecommendationOption.Builder.licenseEdition(LicenseEdition licenseEdition)
The recommended edition of the license for the application that runs on the instance.
|
LicenseRecommendationOption.Builder |
LicenseRecommendationOption.Builder.licenseEdition(String licenseEdition)
The recommended edition of the license for the application that runs on the instance.
|
LicenseRecommendationOption.Builder |
LicenseRecommendationOption.Builder.licenseModel(LicenseModel licenseModel)
The recommended license type associated with the instance.
|
LicenseRecommendationOption.Builder |
LicenseRecommendationOption.Builder.licenseModel(String licenseModel)
The recommended license type associated with the instance.
|
LicenseRecommendationOption.Builder |
LicenseRecommendationOption.Builder.operatingSystem(String operatingSystem)
The operating system of a license recommendation option.
|
LicenseRecommendationOption.Builder |
LicenseRecommendationOption.Builder.rank(Integer rank)
The rank of the license recommendation option.
|
default LicenseRecommendationOption.Builder |
LicenseRecommendationOption.Builder.savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)
Sets the value of the SavingsOpportunity property for this object.
|
LicenseRecommendationOption.Builder |
LicenseRecommendationOption.Builder.savingsOpportunity(SavingsOpportunity savingsOpportunity)
Sets the value of the SavingsOpportunity property for this object.
|
LicenseRecommendationOption.Builder |
LicenseRecommendationOption.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LicenseRecommendationOption.Builder> |
LicenseRecommendationOption.serializableBuilderClass() |
Copyright © 2023. All rights reserved.