public static interface DescribeConversionTasksResponse.Builder extends EC2Response.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.
|
buildcopyapply, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.