Interface ProjectDeletionError.Builder

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

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

    • code

      The code of the project deletion error.

      Parameters:
      code - The code of the project deletion error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      The message of the project deletion error.

      Parameters:
      message - The message of the project deletion error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.