CopyableBuilder<BatchGetProjectsResponse.Builder,BatchGetProjectsResponse>
, SdkBuilder<BatchGetProjectsResponse.Builder,BatchGetProjectsResponse>
public static interface BatchGetProjectsResponse.Builder extends CopyableBuilder<BatchGetProjectsResponse.Builder,BatchGetProjectsResponse>
Modifier and Type | Method | Description |
---|---|---|
BatchGetProjectsResponse.Builder |
projects(Collection<Project> projects) |
Information about the requested build projects.
|
BatchGetProjectsResponse.Builder |
projects(Project... projects) |
Information about the requested build projects.
|
BatchGetProjectsResponse.Builder |
projectsNotFound(String... projectsNotFound) |
The names of build projects for which information could not be found.
|
BatchGetProjectsResponse.Builder |
projectsNotFound(Collection<String> projectsNotFound) |
The names of build projects for which information could not be found.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setProjects(java.util.Collection)
or #withProjects(java.util.Collection)
if you want to
override the existing values.
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.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setProjectsNotFound(java.util.Collection)
or #withProjectsNotFound(java.util.Collection)
if
you want to override the existing values.
projectsNotFound
- The names of build projects for which information could not be found.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.