public static interface DescribeBundleTasksResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeBundleTasksResponse.Builder,DescribeBundleTasksResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBundleTasksResponse.Builder |
bundleTasks(BundleTask... bundleTasks)
Information about one or more bundle tasks.
|
DescribeBundleTasksResponse.Builder |
bundleTasks(Collection<BundleTask> bundleTasks)
Information about one or more bundle tasks.
|
DescribeBundleTasksResponse.Builder |
bundleTasks(Consumer<BundleTask.Builder>... bundleTasks)
Information about one or more bundle tasks.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeBundleTasksResponse.Builder bundleTasks(Collection<BundleTask> bundleTasks)
Information about one or more bundle tasks.
bundleTasks - Information about one or more bundle tasks.DescribeBundleTasksResponse.Builder bundleTasks(BundleTask... bundleTasks)
Information about one or more bundle tasks.
bundleTasks - Information about one or more bundle tasks.DescribeBundleTasksResponse.Builder bundleTasks(Consumer<BundleTask.Builder>... bundleTasks)
Information about one or more bundle 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 #bundleTasks(List) .bundleTasks - a consumer that will call methods on List.Builder #bundleTasks(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.