Interface ListComponentsResponse.Builder

    • Method Detail

      • components

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

        An array of components with summary data.

        Parameters:
        components - An array of components with summary data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • components

        ListComponentsResponse.Builder components​(ComponentSummary... components)

        An array of components with summary data.

        Parameters:
        components - An array of components with summary data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListComponentsResponse.Builder nextToken​(String nextToken)

        A token that indicates the location of the next component in the array of components, after the current requested list of components.

        Parameters:
        nextToken - A token that indicates the location of the next component in the array of components, after the current requested list of components.
        Returns:
        Returns a reference to this object so that method calls can be chained together.