Interface ListControlsResponse.Builder

    • Method Detail

      • controlMetadataList

        ListControlsResponse.Builder controlMetadataList​(Collection<ControlMetadata> controlMetadataList)

        A list of metadata that the ListControls API returns for each control.

        Parameters:
        controlMetadataList - A list of metadata that the ListControls API returns for each control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controlMetadataList

        ListControlsResponse.Builder controlMetadataList​(ControlMetadata... controlMetadataList)

        A list of metadata that the ListControls API returns for each control.

        Parameters:
        controlMetadataList - A list of metadata that the ListControls API returns for each control.
        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.