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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #detectors(List) .detectors - a consumer that will call methods on List.Builder #detectors(List) GetDetectorsResponse.Builder nextToken(String nextToken)
The next page token.
nextToken - The next page token.Copyright © 2021. All rights reserved.