public static interface DescribeFraudsterResponse.Builder extends VoiceIdResponse.Builder, SdkPojo, CopyableBuilder<DescribeFraudsterResponse.Builder,DescribeFraudsterResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeFraudsterResponse.Builder |
fraudster(Consumer<Fraudster.Builder> fraudster)
Information about the specified fraudster.
|
DescribeFraudsterResponse.Builder |
fraudster(Fraudster fraudster)
Information about the specified fraudster.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFraudsterResponse.Builder fraudster(Fraudster fraudster)
Information about the specified fraudster.
fraudster - Information about the specified fraudster.default DescribeFraudsterResponse.Builder fraudster(Consumer<Fraudster.Builder> fraudster)
Information about the specified fraudster.
This is a convenience method that creates an instance of theFraudster.Builder avoiding the need to
create one manually via Fraudster.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to fraudster(Fraudster).
fraudster - a consumer that will call methods on Fraudster.Builderfraudster(Fraudster)Copyright © 2023. All rights reserved.