Interface ExportLambdaFunctionRecommendationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComputeOptimizerResponse.Builder,CopyableBuilder<ExportLambdaFunctionRecommendationsResponse.Builder,ExportLambdaFunctionRecommendationsResponse>,SdkBuilder<ExportLambdaFunctionRecommendationsResponse.Builder,ExportLambdaFunctionRecommendationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ExportLambdaFunctionRecommendationsResponse
public static interface ExportLambdaFunctionRecommendationsResponse.Builder extends ComputeOptimizerResponse.Builder, SdkPojo, CopyableBuilder<ExportLambdaFunctionRecommendationsResponse.Builder,ExportLambdaFunctionRecommendationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ExportLambdaFunctionRecommendationsResponse.BuilderjobId(String jobId)The identification number of the export job.default ExportLambdaFunctionRecommendationsResponse.Builders3Destination(Consumer<S3Destination.Builder> s3Destination)Sets the value of the S3Destination property for this object.ExportLambdaFunctionRecommendationsResponse.Builders3Destination(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
jobId
ExportLambdaFunctionRecommendationsResponse.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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Destination
ExportLambdaFunctionRecommendationsResponse.Builder s3Destination(S3Destination 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 ExportLambdaFunctionRecommendationsResponse.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.Builderavoiding the need to create one manually viaS3Destination.builder().When the
Consumercompletes,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:
s3Destination(S3Destination)
-
-