Interface BatchGetBuildsResponse.Builder

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

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

    • builds

      Information about the requested builds.

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

      Information about the requested builds.

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

      Information about the requested builds.

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

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

      BatchGetBuildsResponse.Builder buildsNotFound(Collection<String> buildsNotFound)

      The IDs of builds for which information could not be found.

      Parameters:
      buildsNotFound - The IDs of builds for which information could not be found.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • buildsNotFound

      BatchGetBuildsResponse.Builder buildsNotFound(String... buildsNotFound)

      The IDs of builds for which information could not be found.

      Parameters:
      buildsNotFound - The IDs of builds for which information could not be found.
      Returns:
      Returns a reference to this object so that method calls can be chained together.