public static interface ExportEbsVolumeRecommendationsResponse.Builder extends ComputeOptimizerResponse.Builder, SdkPojo, CopyableBuilder<ExportEbsVolumeRecommendationsResponse.Builder,ExportEbsVolumeRecommendationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ExportEbsVolumeRecommendationsResponse.Builder |
jobId(String jobId)
The identification number of the export job.
|
default ExportEbsVolumeRecommendationsResponse.Builder |
s3Destination(Consumer<S3Destination.Builder> s3Destination)
Sets the value of the S3Destination property for this object.
|
ExportEbsVolumeRecommendationsResponse.Builder |
s3Destination(S3Destination s3Destination)
Sets the value of the S3Destination property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportEbsVolumeRecommendationsResponse.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.
ExportEbsVolumeRecommendationsResponse.Builder s3Destination(S3Destination s3Destination)
s3Destination - The new value for the S3Destination property for this object.default ExportEbsVolumeRecommendationsResponse.Builder s3Destination(Consumer<S3Destination.Builder> s3Destination)
S3Destination.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.