public static interface ExportAutoScalingGroupRecommendationsResponse.Builder extends ComputeOptimizerResponse.Builder, SdkPojo, CopyableBuilder<ExportAutoScalingGroupRecommendationsResponse.Builder,ExportAutoScalingGroupRecommendationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ExportAutoScalingGroupRecommendationsResponse.Builder |
jobId(String jobId)
The identification number of the export job.
|
default ExportAutoScalingGroupRecommendationsResponse.Builder |
s3Destination(Consumer<S3Destination.Builder> s3Destination)
An object that describes the destination Amazon S3 bucket of a recommendations export file.
|
ExportAutoScalingGroupRecommendationsResponse.Builder |
s3Destination(S3Destination s3Destination)
An object that describes the destination Amazon S3 bucket of a recommendations export file.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportAutoScalingGroupRecommendationsResponse.Builder jobId(String jobId)
The identification number of the export job.
Use the DescribeRecommendationExportJobs action, and specify the job ID to view the status of an export job.
jobId - The identification number of the export job.
Use the DescribeRecommendationExportJobs action, and specify the job ID to view the status of an export job.
ExportAutoScalingGroupRecommendationsResponse.Builder s3Destination(S3Destination s3Destination)
An object that describes the destination Amazon S3 bucket of a recommendations export file.
s3Destination - An object that describes the destination Amazon S3 bucket of a recommendations export file.default ExportAutoScalingGroupRecommendationsResponse.Builder s3Destination(Consumer<S3Destination.Builder> s3Destination)
An object that describes the destination Amazon S3 bucket of a recommendations export file.
This is a convenience method that creates an instance of theS3Destination.Builder avoiding the need
to create one manually via S3Destination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3Destination(S3Destination).
s3Destination - a consumer that will call methods on S3Destination.Builders3Destination(S3Destination)Copyright © 2023. All rights reserved.