Interface ListControlsResponse.Builder

    • Method Detail

      • controls

        ListControlsResponse.Builder controls​(Collection<ControlSummary> controls)

        Returns a list of controls, given as structures of type controlSummary.

        Parameters:
        controls - Returns a list of controls, given as structures of type controlSummary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controls

        ListControlsResponse.Builder controls​(ControlSummary... controls)

        Returns a list of controls, given as structures of type controlSummary.

        Parameters:
        controls - Returns a list of controls, given as structures of type controlSummary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListControlsResponse.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.