public static interface ListDetectorsRequest.Builder extends GuardDutyRequest.Builder, CopyableBuilder<ListDetectorsRequest.Builder,ListDetectorsRequest>
Modifier and Type | Method and Description |
---|---|
ListDetectorsRequest.Builder |
maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of detectors that you want in the response.
|
ListDetectorsRequest.Builder |
nextToken(String nextToken)
You can use this parameter when paginating results.
|
ListDetectorsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
ListDetectorsRequest.Builder maxResults(Integer maxResults)
maxResults
- You can use this parameter to indicate the maximum number of detectors that you want in the response.ListDetectorsRequest.Builder nextToken(String nextToken)
nextToken
- You can use this parameter when paginating results. Set the value of this parameter to null on your
first call to the ListDetectors 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.ListDetectorsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.