Interface BatchDeleteBuildsResponse.Builder

    • Method Detail

      • buildsDeleted

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

        The IDs of the builds that were successfully deleted.

        Parameters:
        buildsDeleted - The IDs of the builds that were successfully deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • buildsDeleted

        BatchDeleteBuildsResponse.Builder buildsDeleted​(String... buildsDeleted)

        The IDs of the builds that were successfully deleted.

        Parameters:
        buildsDeleted - The IDs of the builds that were successfully deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • buildsNotDeleted

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

        Information about any builds that could not be successfully deleted.

        Parameters:
        buildsNotDeleted - Information about any builds that could not be successfully deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • buildsNotDeleted

        BatchDeleteBuildsResponse.Builder buildsNotDeleted​(BuildNotDeleted... buildsNotDeleted)

        Information about any builds that could not be successfully deleted.

        Parameters:
        buildsNotDeleted - Information about any builds that could not be successfully deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.