Interface ComponentSummary.Builder

    • Method Detail

      • appId

        ComponentSummary.Builder appId​(String appId)

        The unique ID of the Amplify app associated with the component.

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

        ComponentSummary.Builder environmentName​(String environmentName)

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

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

        ComponentSummary.Builder id​(String id)

        The unique ID of the component.

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

        ComponentSummary.Builder name​(String name)

        The name of the component.

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

        ComponentSummary.Builder componentType​(String componentType)

        The component type.

        Parameters:
        componentType - The component type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.