Interface ListApplicationComponentsResponse.Builder

    • Method Detail

      • applicationComponentInfos

        ListApplicationComponentsResponse.Builder applicationComponentInfos​(Collection<ApplicationComponentDetail> applicationComponentInfos)

        The list of application components with detailed information about each component.

        Parameters:
        applicationComponentInfos - The list of application components with detailed information about each component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationComponentInfos

        ListApplicationComponentsResponse.Builder applicationComponentInfos​(ApplicationComponentDetail... applicationComponentInfos)

        The list of application components with detailed information about each component.

        Parameters:
        applicationComponentInfos - The list of application components with detailed information about each component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListApplicationComponentsResponse.Builder nextToken​(String nextToken)

        The token you use to retrieve the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token you use to retrieve the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.