CopyableBuilder<DescribeBundleTasksResponse.Builder,DescribeBundleTasksResponse>
, SdkBuilder<DescribeBundleTasksResponse.Builder,DescribeBundleTasksResponse>
public static interface DescribeBundleTasksResponse.Builder extends CopyableBuilder<DescribeBundleTasksResponse.Builder,DescribeBundleTasksResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeBundleTasksResponse.Builder |
bundleTasks(Collection<BundleTask> bundleTasks) |
Information about one or more bundle tasks.
|
DescribeBundleTasksResponse.Builder |
bundleTasks(BundleTask... bundleTasks) |
Information about one or more bundle tasks.
|
copy
apply, build
DescribeBundleTasksResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setBundleTasks(java.util.Collection)
or #withBundleTasks(java.util.Collection)
if you want
to override the existing values.
bundleTasks
- Information about one or more bundle tasks.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.