public static interface DescribeConversionTasksResponse.Builder extends Ec2Response.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeConversionTasksResponse.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 © 2020. All rights reserved.