Interface ListResourceScansRequest.Builder

  • Method Details

    • nextToken

      A string that identifies the next page of resource scan results.

      Parameters:
      nextToken - A string that identifies the next page of resource scan results.
      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:
    • 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:
    • overrideConfiguration

      ListResourceScansRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.