Interface ListConnectorScanConfigurationsRequest.Builder

  • Method Details

    • awsConfigConnectorArns

      ListConnectorScanConfigurationsRequest.Builder awsConfigConnectorArns(Collection<String> awsConfigConnectorArns)

      The list of Amazon Web Services Config connector ARNs to filter results.

      Parameters:
      awsConfigConnectorArns - The list of Amazon Web Services Config connector ARNs to filter results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awsConfigConnectorArns

      ListConnectorScanConfigurationsRequest.Builder awsConfigConnectorArns(String... awsConfigConnectorArns)

      The list of Amazon Web Services Config connector ARNs to filter results.

      Parameters:
      awsConfigConnectorArns - The list of Amazon Web Services Config connector ARNs to filter results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of results to return in a single call. Valid range is 1 to 50. To retrieve the remaining results, make another request with the nextToken value returned from this request.

      Parameters:
      maxResults - The maximum number of results to return in a single call. Valid range is 1 to 50. To retrieve the remaining results, make another request with the nextToken value returned from this request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A token to use for paginating results. Set this value to null for the first request. For subsequent calls, use the nextToken value returned from the previous request.

      Parameters:
      nextToken - A token to use for paginating results. Set this value to null for the first request. For subsequent calls, use the nextToken value returned from the previous request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.