Interface ListComponentsResponse.Builder

    • Method Detail

      • componentSummaries

        ListComponentsResponse.Builder componentSummaries​(Collection<ComponentSummary> componentSummaries)

        A list of objects that contain information about the components.

        Parameters:
        componentSummaries - A list of objects that contain information about the components.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentSummaries

        ListComponentsResponse.Builder componentSummaries​(ComponentSummary... componentSummaries)

        A list of objects that contain information about the components.

        Parameters:
        componentSummaries - A list of objects that contain information about the components.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListComponentsResponse.Builder nextToken​(String nextToken)

        The string that specifies the next page of component results.

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