CopyableBuilder<BatchGetBuildsResponse.Builder,BatchGetBuildsResponse>, SdkBuilder<BatchGetBuildsResponse.Builder,BatchGetBuildsResponse>public static interface BatchGetBuildsResponse.Builder extends CopyableBuilder<BatchGetBuildsResponse.Builder,BatchGetBuildsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
BatchGetBuildsResponse.Builder |
builds(Collection<Build> builds) |
Information about the requested builds.
|
BatchGetBuildsResponse.Builder |
builds(Build... builds) |
Information about the requested builds.
|
BatchGetBuildsResponse.Builder |
buildsNotFound(String... buildsNotFound) |
The IDs of builds for which information could not be found.
|
BatchGetBuildsResponse.Builder |
buildsNotFound(Collection<String> buildsNotFound) |
The IDs of builds for which information could not be found.
|
copyapply, buildBatchGetBuildsResponse.Builder builds(Collection<Build> builds)
Information about the requested builds.
builds - Information about the requested builds.BatchGetBuildsResponse.Builder builds(Build... builds)
Information about the requested builds.
NOTE: This method appends the values to the existing list (if any). Use
#setBuilds(java.util.Collection) or #withBuilds(java.util.Collection) if you want to override
the existing values.
builds - Information about the requested builds.BatchGetBuildsResponse.Builder buildsNotFound(Collection<String> buildsNotFound)
The IDs of builds for which information could not be found.
buildsNotFound - The IDs of builds for which information could not be found.BatchGetBuildsResponse.Builder buildsNotFound(String... buildsNotFound)
The IDs of builds for which information could not be found.
NOTE: This method appends the values to the existing list (if any). Use
#setBuildsNotFound(java.util.Collection) or #withBuildsNotFound(java.util.Collection) if you
want to override the existing values.
buildsNotFound - The IDs of builds for which information could not be found.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.