public static interface ExportEcsServiceRecommendationsResponse.Builder extends ComputeOptimizerResponse.Builder, SdkPojo, CopyableBuilder<ExportEcsServiceRecommendationsResponse.Builder,ExportEcsServiceRecommendationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ExportEcsServiceRecommendationsResponse.Builder |
jobId(String jobId)
The identification number of the export job.
|
default ExportEcsServiceRecommendationsResponse.Builder |
s3Destination(Consumer<S3Destination.Builder> s3Destination)
Sets the value of the S3Destination property for this object.
|
ExportEcsServiceRecommendationsResponse.Builder |
s3Destination(S3Destination s3Destination)
Sets the value of the S3Destination property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportEcsServiceRecommendationsResponse.Builder jobId(String jobId)
The identification number of the export job.
To view the status of an export job, use the DescribeRecommendationExportJobs action and specify the job ID.
jobId - The identification number of the export job.
To view the status of an export job, use the DescribeRecommendationExportJobs action and specify the job ID.
ExportEcsServiceRecommendationsResponse.Builder s3Destination(S3Destination s3Destination)
s3Destination - The new value for the S3Destination property for this object.default ExportEcsServiceRecommendationsResponse.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.