Interface BatchGetProjectsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeBuildResponse.Builder, CopyableBuilder<BatchGetProjectsResponse.Builder,BatchGetProjectsResponse>, SdkBuilder<BatchGetProjectsResponse.Builder,BatchGetProjectsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
BatchGetProjectsResponse

public static interface BatchGetProjectsResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<BatchGetProjectsResponse.Builder,BatchGetProjectsResponse>
  • Method Details

    • projects

      Information about the requested build projects.

      Parameters:
      projects - Information about the requested build projects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • projects

      Information about the requested build projects.

      Parameters:
      projects - Information about the requested build projects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • projects

      Information about the requested build projects.

      This is a convenience method that creates an instance of the Project.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<Project>).

      Parameters:
      projects - a consumer that will call methods on Project.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • projectsNotFound

      BatchGetProjectsResponse.Builder projectsNotFound(Collection<String> projectsNotFound)

      The names of build projects for which information could not be found.

      Parameters:
      projectsNotFound - The names of build projects for which information could not be found.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • projectsNotFound

      BatchGetProjectsResponse.Builder projectsNotFound(String... projectsNotFound)

      The names of build projects for which information could not be found.

      Parameters:
      projectsNotFound - The names of build projects for which information could not be found.
      Returns:
      Returns a reference to this object so that method calls can be chained together.