Interface ListResourceScansRequest.Builder

    • Method Detail

      • nextToken

        ListResourceScansRequest.Builder nextToken​(String nextToken)

        The token for the next set of items to return. (You received this token from a previous call.)

        Parameters:
        nextToken - The token for the next set of items to return. (You received this token from a previous call.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListResourceScansRequest.Builder maxResults​(Integer maxResults)

        If the number of available results exceeds this maximum, the response includes a NextToken value that you can use for the NextToken parameter to get the next set of results. The default value is 10. The maximum value is 100.

        Parameters:
        maxResults - If the number of available results exceeds this maximum, the response includes a NextToken value that you can use for the NextToken parameter to get the next set of results. The default value is 10. The maximum value is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scanTypeFilter

        ListResourceScansRequest.Builder scanTypeFilter​(String scanTypeFilter)

        The scan type that you want to get summary information about. The default is FULL.

        Parameters:
        scanTypeFilter - The scan type that you want to get summary information about. The default is FULL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScanType, ScanType
      • scanTypeFilter

        ListResourceScansRequest.Builder scanTypeFilter​(ScanType scanTypeFilter)

        The scan type that you want to get summary information about. The default is FULL.

        Parameters:
        scanTypeFilter - The scan type that you want to get summary information about. The default is FULL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScanType, ScanType