Interface BuildNotDeleted.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BuildNotDeleted.Builder,BuildNotDeleted>, SdkBuilder<BuildNotDeleted.Builder,BuildNotDeleted>, SdkPojo
Enclosing class:
BuildNotDeleted

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

    • id

      The ID of the build that could not be successfully deleted.

      Parameters:
      id - The ID of the build that could not be successfully deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusCode

      BuildNotDeleted.Builder statusCode(String statusCodeValue)

      Additional information about the build that could not be successfully deleted.

      Parameters:
      statusCodeValue - Additional information about the build that could not be successfully deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.