public static interface BatchGetProjectsResponse.Builder extends CodeBuildResponse.Builder, 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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
BatchGetProjectsResponse.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 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 #projects(List)
.projects
- a consumer that will call methods on List.Builder
#projects(List)
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.