Interface ListComponentsResponse.Builder

    • Method Detail

      • components

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

        List of components registered with AWS System Manager for SAP.

        Parameters:
        components - List of components registered with AWS System Manager for SAP.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • components

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

        List of components registered with AWS System Manager for SAP.

        Parameters:
        components - List of components registered with AWS System Manager for SAP.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListComponentsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.