| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.accountId(String accountId)
The Amazon Web Services account ID of the license.
|
static LicenseRecommendation.Builder |
LicenseRecommendation.builder() |
default LicenseRecommendation.Builder |
LicenseRecommendation.Builder.currentLicenseConfiguration(Consumer<LicenseConfiguration.Builder> currentLicenseConfiguration)
An object that describes the current configuration of an instance that runs on a license.
|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.currentLicenseConfiguration(LicenseConfiguration currentLicenseConfiguration)
An object that describes the current configuration of an instance that runs on a license.
|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.finding(LicenseFinding finding)
The finding classification for an instance that runs on a license.
|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.finding(String finding)
The finding classification for an instance that runs on a license.
|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.findingReasonCodes(Collection<LicenseFindingReasonCode> findingReasonCodes)
The reason for the finding classification for an instance that runs on a license.
|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.findingReasonCodes(LicenseFindingReasonCode... findingReasonCodes)
The reason for the finding classification for an instance that runs on a license.
|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.findingReasonCodesWithStrings(Collection<String> findingReasonCodes)
The reason for the finding classification for an instance that runs on a license.
|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.findingReasonCodesWithStrings(String... findingReasonCodes)
The reason for the finding classification for an instance that runs on a license.
|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.lastRefreshTimestamp(Instant lastRefreshTimestamp)
The timestamp of when the license recommendation was last generated.
|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.licenseRecommendationOptions(Collection<LicenseRecommendationOption> licenseRecommendationOptions)
An array of objects that describe the license recommendation options.
|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.licenseRecommendationOptions(Consumer<LicenseRecommendationOption.Builder>... licenseRecommendationOptions)
An array of objects that describe the license recommendation options.
|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.licenseRecommendationOptions(LicenseRecommendationOption... licenseRecommendationOptions)
An array of objects that describe the license recommendation options.
|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.lookbackPeriodInDays(Double lookbackPeriodInDays)
The number of days for which utilization metrics were analyzed for an instance that runs on a license.
|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.resourceArn(String resourceArn)
The ARN that identifies the Amazon EC2 instance.
|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.tags(Collection<Tag> tags)
A list of tags assigned to an EC2 instance.
|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags assigned to an EC2 instance.
|
LicenseRecommendation.Builder |
LicenseRecommendation.Builder.tags(Tag... tags)
A list of tags assigned to an EC2 instance.
|
LicenseRecommendation.Builder |
LicenseRecommendation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LicenseRecommendation.Builder> |
LicenseRecommendation.serializableBuilderClass() |
Copyright © 2023. All rights reserved.