Interface CreateApplicationResponse.Builder

    • Method Detail

      • id

        CreateApplicationResponse.Builder id​(String 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

        CreateApplicationResponse.Builder name​(String 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.