public static interface GetDetectorsRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<GetDetectorsRequest.Builder,GetDetectorsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDetectorsRequest.Builder |
detectorId(String detectorId)
The detector ID.
|
GetDetectorsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
GetDetectorsRequest.Builder |
nextToken(String nextToken)
The next token for the subsequent request.
|
GetDetectorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDetectorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDetectorsRequest.Builder detectorId(String detectorId)
The detector ID.
detectorId - The detector ID.GetDetectorsRequest.Builder nextToken(String nextToken)
The next token for the subsequent request.
nextToken - The next token for the subsequent request.GetDetectorsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects to return for the request.
maxResults - The maximum number of objects to return for the request.GetDetectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetDetectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.