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