public static interface DescribeBundleTasksResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.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.
|
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.Copyright © 2018. All rights reserved.