| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static RecommendationExportJob.Builder |
RecommendationExportJob.builder() |
RecommendationExportJob.Builder |
RecommendationExportJob.Builder.creationTimestamp(Instant creationTimestamp)
The timestamp of when the export job was created.
|
default RecommendationExportJob.Builder |
RecommendationExportJob.Builder.destination(Consumer<ExportDestination.Builder> destination)
An object that describes the destination of the export file.
|
RecommendationExportJob.Builder |
RecommendationExportJob.Builder.destination(ExportDestination destination)
An object that describes the destination of the export file.
|
RecommendationExportJob.Builder |
RecommendationExportJob.Builder.failureReason(String failureReason)
The reason for an export job failure.
|
RecommendationExportJob.Builder |
RecommendationExportJob.Builder.jobId(String jobId)
The identification number of the export job.
|
RecommendationExportJob.Builder |
RecommendationExportJob.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The timestamp of when the export job was last updated.
|
RecommendationExportJob.Builder |
RecommendationExportJob.Builder.resourceType(ResourceType resourceType)
The resource type of the exported recommendations.
|
RecommendationExportJob.Builder |
RecommendationExportJob.Builder.resourceType(String resourceType)
The resource type of the exported recommendations.
|
RecommendationExportJob.Builder |
RecommendationExportJob.Builder.status(JobStatus status)
The status of the export job.
|
RecommendationExportJob.Builder |
RecommendationExportJob.Builder.status(String status)
The status of the export job.
|
RecommendationExportJob.Builder |
RecommendationExportJob.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecommendationExportJob.Builder> |
RecommendationExportJob.serializableBuilderClass() |
Copyright © 2023. All rights reserved.