CopyableBuilder<BatchGetBuildsRequest.Builder,BatchGetBuildsRequest>, SdkBuilder<BatchGetBuildsRequest.Builder,BatchGetBuildsRequest>public static interface BatchGetBuildsRequest.Builder extends CopyableBuilder<BatchGetBuildsRequest.Builder,BatchGetBuildsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
BatchGetBuildsRequest.Builder |
ids(String... ids) |
The IDs of the builds.
|
BatchGetBuildsRequest.Builder |
ids(Collection<String> ids) |
The IDs of the builds.
|
copyapply, buildBatchGetBuildsRequest.Builder ids(Collection<String> ids)
The IDs of the builds.
ids - The IDs of the builds.BatchGetBuildsRequest.Builder ids(String... ids)
The IDs of the builds.
NOTE: This method appends the values to the existing list (if any). Use
#setIds(java.util.Collection) or #withIds(java.util.Collection) if you want to override the
existing values.
ids - The IDs of the builds.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.