public static interface DescribeConversionTasksResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeConversionTasksResponse.Builder,DescribeConversionTasksResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeConversionTasksResponse.Builder |
conversionTasks(Collection<ConversionTask> conversionTasks)
Information about the conversion tasks.
|
DescribeConversionTasksResponse.Builder |
conversionTasks(ConversionTask... conversionTasks)
Information about the conversion tasks.
|
buildDescribeConversionTasksResponse.Builder conversionTasks(Collection<ConversionTask> conversionTasks)
Information about the conversion tasks.
conversionTasks - Information about the conversion tasks.DescribeConversionTasksResponse.Builder conversionTasks(ConversionTask... conversionTasks)
Information about the conversion tasks.
conversionTasks - Information about the conversion tasks.Copyright © 2018. All rights reserved.