Interface ThemeSummary.Builder

    • Method Detail

      • appId

        ThemeSummary.Builder appId​(String 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

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

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