| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static ExportDestination.Builder |
ExportDestination.builder() |
default ExportDestination.Builder |
ExportDestination.Builder.s3(Consumer<S3Destination.Builder> s3)
An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object
keys of a recommendations export file, and its associated metadata file.
|
ExportDestination.Builder |
ExportDestination.Builder.s3(S3Destination s3)
An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object
keys of a recommendations export file, and its associated metadata file.
|
ExportDestination.Builder |
ExportDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportDestination.Builder> |
ExportDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RecommendationExportJob.Builder |
RecommendationExportJob.Builder.destination(Consumer<ExportDestination.Builder> destination)
An object that describes the destination of the export file.
|
Copyright © 2023. All rights reserved.