public static interface LicenseRecommendationOption.Builder extends SdkPojo, CopyableBuilder<LicenseRecommendationOption.Builder,LicenseRecommendationOption>
| Modifier and Type | Method and Description |
|---|---|
LicenseRecommendationOption.Builder |
licenseEdition(LicenseEdition licenseEdition)
The recommended edition of the license for the application that runs on the instance.
|
LicenseRecommendationOption.Builder |
licenseEdition(String licenseEdition)
The recommended edition of the license for the application that runs on the instance.
|
LicenseRecommendationOption.Builder |
licenseModel(LicenseModel licenseModel)
The recommended license type associated with the instance.
|
LicenseRecommendationOption.Builder |
licenseModel(String licenseModel)
The recommended license type associated with the instance.
|
LicenseRecommendationOption.Builder |
operatingSystem(String operatingSystem)
The operating system of a license recommendation option.
|
LicenseRecommendationOption.Builder |
rank(Integer rank)
The rank of the license recommendation option.
|
default LicenseRecommendationOption.Builder |
savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)
Sets the value of the SavingsOpportunity property for this object.
|
LicenseRecommendationOption.Builder |
savingsOpportunity(SavingsOpportunity savingsOpportunity)
Sets the value of the SavingsOpportunity property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLicenseRecommendationOption.Builder rank(Integer rank)
The rank of the license recommendation option.
The top recommendation option is ranked as 1.
rank - The rank of the license recommendation option.
The top recommendation option is ranked as 1.
LicenseRecommendationOption.Builder operatingSystem(String operatingSystem)
The operating system of a license recommendation option.
operatingSystem - The operating system of a license recommendation option.LicenseRecommendationOption.Builder licenseEdition(String licenseEdition)
The recommended edition of the license for the application that runs on the instance.
licenseEdition - The recommended edition of the license for the application that runs on the instance.LicenseEdition,
LicenseEditionLicenseRecommendationOption.Builder licenseEdition(LicenseEdition licenseEdition)
The recommended edition of the license for the application that runs on the instance.
licenseEdition - The recommended edition of the license for the application that runs on the instance.LicenseEdition,
LicenseEditionLicenseRecommendationOption.Builder licenseModel(String licenseModel)
The recommended license type associated with the instance.
licenseModel - The recommended license type associated with the instance.LicenseModel,
LicenseModelLicenseRecommendationOption.Builder licenseModel(LicenseModel licenseModel)
The recommended license type associated with the instance.
licenseModel - The recommended license type associated with the instance.LicenseModel,
LicenseModelLicenseRecommendationOption.Builder savingsOpportunity(SavingsOpportunity savingsOpportunity)
savingsOpportunity - The new value for the SavingsOpportunity property for this object.default LicenseRecommendationOption.Builder savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)
SavingsOpportunity.Builder avoiding the
need to create one manually via SavingsOpportunity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to savingsOpportunity(SavingsOpportunity).
savingsOpportunity - a consumer that will call methods on SavingsOpportunity.BuildersavingsOpportunity(SavingsOpportunity)Copyright © 2023. All rights reserved.