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.
|
ListDetectorsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
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.ListDetectorsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.