public static interface GetDetectorsResponse.Builder extends FraudDetectorResponse.Builder, SdkPojo, CopyableBuilder<GetDetectorsResponse.Builder,GetDetectorsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDetectorsResponse.Builder |
detectors(Collection<Detector> detectors)
The detectors.
|
GetDetectorsResponse.Builder |
detectors(Consumer<Detector.Builder>... detectors)
The detectors.
|
GetDetectorsResponse.Builder |
detectors(Detector... detectors)
The detectors.
|
GetDetectorsResponse.Builder |
nextToken(String nextToken)
The next page token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDetectorsResponse.Builder detectors(Collection<Detector> detectors)
The detectors.
detectors - The detectors.GetDetectorsResponse.Builder detectors(Detector... detectors)
The detectors.
detectors - The detectors.GetDetectorsResponse.Builder detectors(Consumer<Detector.Builder>... detectors)
The detectors.
This is a convenience method that creates an instance of theDetector.Builder avoiding the need to create one
manually via Detector.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #detectors(List.
detectors - a consumer that will call methods on
Detector.Builder#detectors(java.util.Collection) GetDetectorsResponse.Builder nextToken(String nextToken)
The next page token.
nextToken - The next page token.Copyright © 2022. All rights reserved.