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(Consumer<ConversionTask.Builder>... conversionTasks)
Information about the conversion tasks.
|
DescribeConversionTasksResponse.Builder |
conversionTasks(ConversionTask... conversionTasks)
Information about the conversion tasks.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.DescribeConversionTasksResponse.Builder conversionTasks(Consumer<ConversionTask.Builder>... conversionTasks)
Information about the conversion tasks.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #conversionTasks(List) .conversionTasks - a consumer that will call methods on List.Builder #conversionTasks(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.