Interface CreateApplicationResponse.Builder

  • Method Details

    • id

      The application ID.

      Parameters:
      id - The application ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The application name.

      Parameters:
      name - The application name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CreateApplicationResponse.Builder description(String description)

      The description of the application.

      Parameters:
      description - The description of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.