Interface ExportEcsServiceRecommendationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ComputeOptimizerResponse.Builder
,CopyableBuilder<ExportEcsServiceRecommendationsResponse.Builder,
,ExportEcsServiceRecommendationsResponse> SdkBuilder<ExportEcsServiceRecommendationsResponse.Builder,
,ExportEcsServiceRecommendationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ExportEcsServiceRecommendationsResponse
@Mutable
@NotThreadSafe
public static interface ExportEcsServiceRecommendationsResponse.Builder
extends ComputeOptimizerResponse.Builder, SdkPojo, CopyableBuilder<ExportEcsServiceRecommendationsResponse.Builder,ExportEcsServiceRecommendationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe identification number of the export job.s3Destination
(Consumer<S3Destination.Builder> s3Destination) Sets the value of the S3Destination property for this object.s3Destination
(S3Destination s3Destination) Sets the value of the S3Destination property for this object.Methods inherited from interface software.amazon.awssdk.services.computeoptimizer.model.ComputeOptimizerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Destination
Sets the value of the S3Destination property for this object.- Parameters:
s3Destination
- The new value for the S3Destination property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Destination
default ExportEcsServiceRecommendationsResponse.Builder s3Destination(Consumer<S3Destination.Builder> s3Destination) Sets the value of the S3Destination property for this object. This is a convenience method that creates an instance of theS3Destination.Builder
avoiding the need to create one manually viaS3Destination.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3Destination(S3Destination)
.- Parameters:
s3Destination
- a consumer that will call methods onS3Destination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-