| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
S3DestinationConfig.Builder |
S3DestinationConfig.Builder.bucket(String bucket)
The name of the Amazon S3 bucket to use as the destination for an export job.
|
static S3DestinationConfig.Builder |
S3DestinationConfig.builder() |
S3DestinationConfig.Builder |
S3DestinationConfig.Builder.keyPrefix(String keyPrefix)
The Amazon S3 bucket prefix for an export job.
|
S3DestinationConfig.Builder |
S3DestinationConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3DestinationConfig.Builder> |
S3DestinationConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExportEc2InstanceRecommendationsRequest.Builder |
ExportEc2InstanceRecommendationsRequest.Builder.s3DestinationConfig(Consumer<S3DestinationConfig.Builder> s3DestinationConfig)
An object to specify the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for
the export job.
|
default ExportLambdaFunctionRecommendationsRequest.Builder |
ExportLambdaFunctionRecommendationsRequest.Builder.s3DestinationConfig(Consumer<S3DestinationConfig.Builder> s3DestinationConfig)
Sets the value of the S3DestinationConfig property for this object.
|
default ExportEcsServiceRecommendationsRequest.Builder |
ExportEcsServiceRecommendationsRequest.Builder.s3DestinationConfig(Consumer<S3DestinationConfig.Builder> s3DestinationConfig)
Sets the value of the S3DestinationConfig property for this object.
|
default ExportEbsVolumeRecommendationsRequest.Builder |
ExportEbsVolumeRecommendationsRequest.Builder.s3DestinationConfig(Consumer<S3DestinationConfig.Builder> s3DestinationConfig)
Sets the value of the S3DestinationConfig property for this object.
|
default ExportAutoScalingGroupRecommendationsRequest.Builder |
ExportAutoScalingGroupRecommendationsRequest.Builder.s3DestinationConfig(Consumer<S3DestinationConfig.Builder> s3DestinationConfig)
An object to specify the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for
the export job.
|
Copyright © 2023. All rights reserved.