Interface BatchGetBuildBatchesResponse.Builder

    • Method Detail

      • buildBatches

        BatchGetBuildBatchesResponse.Builder buildBatches​(Collection<BuildBatch> buildBatches)

        An array of BuildBatch objects that represent the retrieved batch builds.

        Parameters:
        buildBatches - An array of BuildBatch objects that represent the retrieved batch builds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • buildBatches

        BatchGetBuildBatchesResponse.Builder buildBatches​(BuildBatch... buildBatches)

        An array of BuildBatch objects that represent the retrieved batch builds.

        Parameters:
        buildBatches - An array of BuildBatch objects that represent the retrieved batch builds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • buildBatchesNotFound

        BatchGetBuildBatchesResponse.Builder buildBatchesNotFound​(Collection<String> buildBatchesNotFound)

        An array that contains the identifiers of any batch builds that are not found.

        Parameters:
        buildBatchesNotFound - An array that contains the identifiers of any batch builds that are not found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • buildBatchesNotFound

        BatchGetBuildBatchesResponse.Builder buildBatchesNotFound​(String... buildBatchesNotFound)

        An array that contains the identifiers of any batch builds that are not found.

        Parameters:
        buildBatchesNotFound - An array that contains the identifiers of any batch builds that are not found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.