Interface DeleteBuildBatchResponse.Builder

    • Method Detail

      • statusCode

        DeleteBuildBatchResponse.Builder statusCode​(String statusCodeValue)

        The status code.

        Parameters:
        statusCodeValue - The status code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • buildsDeleted

        DeleteBuildBatchResponse.Builder buildsDeleted​(Collection<String> buildsDeleted)

        An array of strings that contain the identifiers of the builds that were deleted.

        Parameters:
        buildsDeleted - An array of strings that contain the identifiers of the builds that were deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • buildsDeleted

        DeleteBuildBatchResponse.Builder buildsDeleted​(String... buildsDeleted)

        An array of strings that contain the identifiers of the builds that were deleted.

        Parameters:
        buildsDeleted - An array of strings that contain the identifiers of the builds that were deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • buildsNotDeleted

        DeleteBuildBatchResponse.Builder buildsNotDeleted​(Collection<BuildNotDeleted> buildsNotDeleted)

        An array of BuildNotDeleted objects that specify the builds that could not be deleted.

        Parameters:
        buildsNotDeleted - An array of BuildNotDeleted objects that specify the builds that could not be deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • buildsNotDeleted

        DeleteBuildBatchResponse.Builder buildsNotDeleted​(BuildNotDeleted... buildsNotDeleted)

        An array of BuildNotDeleted objects that specify the builds that could not be deleted.

        Parameters:
        buildsNotDeleted - An array of BuildNotDeleted objects that specify the builds that could not be deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.