Interface ListComponentsResponse.Builder

    • Method Detail

      • applicationComponentList

        ListComponentsResponse.Builder applicationComponentList​(Collection<ApplicationComponent> applicationComponentList)

        The list of application components.

        Parameters:
        applicationComponentList - The list of application components.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationComponentList

        ListComponentsResponse.Builder applicationComponentList​(ApplicationComponent... applicationComponentList)

        The list of application components.

        Parameters:
        applicationComponentList - The list of application components.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListComponentsResponse.Builder nextToken​(String nextToken)

        The token to request the next page of results.

        Parameters:
        nextToken - The token to request the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.