public static interface ListFiltersRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<ListFiltersRequest.Builder,ListFiltersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFiltersRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector that the filter is associated with.
|
ListFiltersRequest.Builder |
maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
|
ListFiltersRequest.Builder |
nextToken(String nextToken)
You can use this parameter when paginating results.
|
ListFiltersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFiltersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFiltersRequest.Builder detectorId(String detectorId)
The unique ID of the detector that the filter is associated with.
detectorId - The unique ID of the detector that the filter is associated with.ListFiltersRequest.Builder maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 50. The maximum value is 50.
maxResults - You can use this parameter to indicate the maximum number of items that you want in the response. The
default value is 50. The maximum value is 50.ListFiltersRequest.Builder nextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
nextToken - You can use this parameter when paginating results. Set the value of this parameter to null on your
first call to the list action. For subsequent calls to the action, fill nextToken in the request with
the value of NextToken from the previous response to continue listing data.ListFiltersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFiltersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.