public static interface DescribeBundleTasksResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeBundleTasksResponse.Builder,DescribeBundleTasksResponse>
Modifier and Type | Method and Description |
---|---|
DescribeBundleTasksResponse.Builder |
bundleTasks(BundleTask... bundleTasks)
Information about the bundle tasks.
|
DescribeBundleTasksResponse.Builder |
bundleTasks(Collection<BundleTask> bundleTasks)
Information about the bundle tasks.
|
DescribeBundleTasksResponse.Builder |
bundleTasks(Consumer<BundleTask.Builder>... bundleTasks)
Information about the bundle tasks.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeBundleTasksResponse.Builder bundleTasks(Collection<BundleTask> bundleTasks)
Information about the bundle tasks.
bundleTasks
- Information about the bundle tasks.DescribeBundleTasksResponse.Builder bundleTasks(BundleTask... bundleTasks)
Information about the bundle tasks.
bundleTasks
- Information about the bundle tasks.DescribeBundleTasksResponse.Builder bundleTasks(Consumer<BundleTask.Builder>... bundleTasks)
Information about the bundle tasks.
This is a convenience method 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 #bundleTasks(List)
.bundleTasks
- a consumer that will call methods on List.Builder
#bundleTasks(List)
Copyright © 2022. All rights reserved.