Interface ListCommonControlsResponse.Builder

    • Method Detail

      • commonControls

        ListCommonControlsResponse.Builder commonControls​(Collection<CommonControlSummary> commonControls)

        The list of common controls that the ListCommonControls API returns.

        Parameters:
        commonControls - The list of common controls that the ListCommonControls API returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • commonControls

        ListCommonControlsResponse.Builder commonControls​(CommonControlSummary... commonControls)

        The list of common controls that the ListCommonControls API returns.

        Parameters:
        commonControls - The list of common controls that the ListCommonControls API returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCommonControlsResponse.Builder nextToken​(String nextToken)

        The pagination token that's used to fetch the next set of results.

        Parameters:
        nextToken - The pagination token that's used to fetch the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.