Interface Application.Builder

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

public static interface Application.Builder extends SdkPojo, CopyableBuilder<Application.Builder,Application>
  • 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

      Application.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.