public static interface BatchGetBuildsResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theBuild.Builder avoiding the need to create one
manually via Build.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #builds(List.
builds - a consumer that will call methods on
Build.Builder#builds(java.util.Collection) 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 © 2023. All rights reserved.