public static interface BatchGetBuildsResponse.Builder extends CodeBuildResponse.Builder, CopyableBuilder<BatchGetBuildsResponse.Builder,BatchGetBuildsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetBuildsResponse.Builder |
builds(Build... builds)
Information about the requested builds.
|
BatchGetBuildsResponse.Builder |
builds(Collection<Build> builds)
Information about the requested builds.
|
BatchGetBuildsResponse.Builder |
buildsNotFound(Collection<String> 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.
|
buildcopyapply, 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.
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.
buildsNotFound - The IDs of builds for which information could not be found.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.