| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
S3Destination.Builder |
S3Destination.Builder.bucket(String bucket)
The name of the Amazon S3 bucket used as the destination of an export file.
|
static S3Destination.Builder |
S3Destination.builder() |
S3Destination.Builder |
S3Destination.Builder.key(String key)
The Amazon S3 bucket key of an export file.
|
S3Destination.Builder |
S3Destination.Builder.metadataKey(String metadataKey)
The Amazon S3 bucket key of a metadata file.
|
S3Destination.Builder |
S3Destination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Destination.Builder> |
S3Destination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
default ExportLambdaFunctionRecommendationsResponse.Builder |
ExportLambdaFunctionRecommendationsResponse.Builder.s3Destination(Consumer<S3Destination.Builder> s3Destination)
Sets the value of the S3Destination property for this object.
|
default ExportEbsVolumeRecommendationsResponse.Builder |
ExportEbsVolumeRecommendationsResponse.Builder.s3Destination(Consumer<S3Destination.Builder> s3Destination)
Sets the value of the S3Destination property for this object.
|
default ExportEcsServiceRecommendationsResponse.Builder |
ExportEcsServiceRecommendationsResponse.Builder.s3Destination(Consumer<S3Destination.Builder> s3Destination)
Sets the value of the S3Destination property for this object.
|
default ExportAutoScalingGroupRecommendationsResponse.Builder |
ExportAutoScalingGroupRecommendationsResponse.Builder.s3Destination(Consumer<S3Destination.Builder> s3Destination)
An object that describes the destination Amazon S3 bucket of a recommendations export file.
|
default ExportEc2InstanceRecommendationsResponse.Builder |
ExportEc2InstanceRecommendationsResponse.Builder.s3Destination(Consumer<S3Destination.Builder> s3Destination)
An object that describes the destination Amazon S3 bucket of a recommendations export file.
|
Copyright © 2023. All rights reserved.