Interface ListPolicyPreviewJobsRequest.Builder

  • Method Details

    • filtersWithStrings

      ListPolicyPreviewJobsRequest.Builder filtersWithStrings(Map<String,String> filters)

      Optional filter criteria to narrow the list of returned jobs. You can filter by job status or target ID. Maximum of one filter can be specified.

      Parameters:
      filters - Optional filter criteria to narrow the list of returned jobs. You can filter by job status or target ID. Maximum of one filter can be specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      Optional filter criteria to narrow the list of returned jobs. You can filter by job status or target ID. Maximum of one filter can be specified.

      Parameters:
      filters - Optional filter criteria to narrow the list of returned jobs. You can filter by job status or target ID. Maximum of one filter can be specified.
      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 page. Minimum value is 1.

      Parameters:
      maxResults - The maximum number of results to return in a single page. Minimum value is 1.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A token used for pagination of results. Use the token returned in the previous response to retrieve the next page of results.

      Parameters:
      nextToken - A token used for pagination of results. Use the token returned in the previous response to retrieve the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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