public static interface BatchGetProjectsResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<BatchGetProjectsResponse.Builder,BatchGetProjectsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetProjectsResponse.Builder |
projects(Collection<Project> projects)
Information about the requested build projects.
|
BatchGetProjectsResponse.Builder |
projects(Consumer<Project.Builder>... projects)
Information about the requested build projects.
|
BatchGetProjectsResponse.Builder |
projects(Project... projects)
Information about the requested build projects.
|
BatchGetProjectsResponse.Builder |
projectsNotFound(Collection<String> projectsNotFound)
The names of build projects for which information could not be found.
|
BatchGetProjectsResponse.Builder |
projectsNotFound(String... projectsNotFound)
The names of build projects for which information could not be found.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetProjectsResponse.Builder projects(Collection<Project> projects)
Information about the requested build projects.
projects - Information about the requested build projects.BatchGetProjectsResponse.Builder projects(Project... projects)
Information about the requested build projects.
projects - Information about the requested build projects.BatchGetProjectsResponse.Builder projects(Consumer<Project.Builder>... projects)
Information about the requested build projects.
This is a convenience method that creates an instance of theProject.Builder avoiding the need to create one
manually via Project.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #projects(List.
projects - a consumer that will call methods on
Project.Builder#projects(java.util.Collection) BatchGetProjectsResponse.Builder projectsNotFound(Collection<String> projectsNotFound)
The names of build projects for which information could not be found.
projectsNotFound - The names of build projects for which information could not be found.BatchGetProjectsResponse.Builder projectsNotFound(String... projectsNotFound)
The names of build projects for which information could not be found.
projectsNotFound - The names of build projects for which information could not be found.Copyright © 2023. All rights reserved.