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 |
builds(Consumer<Build.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 builds(Consumer<Build.Builder>... builds)
Information about the requested builds.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #builds(List) .builds - a consumer that will call methods on List.Builder #builds(List) 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.