Interface ThemeSummary.Builder

  • Method Details

    • appId

      The unique ID for the app associated with the theme summary.

      Parameters:
      appId - The unique ID for the app associated with the theme summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentName

      ThemeSummary.Builder environmentName(String environmentName)

      The name of the backend environment that is part of the Amplify app.

      Parameters:
      environmentName - The name of the backend environment that is part of the Amplify app.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the theme.

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

      The name of the theme.

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