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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBundleTasksResponse.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 theBundleTask.Builder avoiding the need to create one manually
via BundleTask.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #bundleTasks(List.
bundleTasks - a consumer that will call methods on
BundleTask.Builder#bundleTasks(java.util.Collection) Copyright © 2023. All rights reserved.