public static interface DisassociateFraudsterResponse.Builder extends VoiceIdResponse.Builder, SdkPojo, CopyableBuilder<DisassociateFraudsterResponse.Builder,DisassociateFraudsterResponse>
| Modifier and Type | Method and Description |
|---|---|
default DisassociateFraudsterResponse.Builder |
fraudster(Consumer<Fraudster.Builder> fraudster)
Sets the value of the Fraudster property for this object.
|
DisassociateFraudsterResponse.Builder |
fraudster(Fraudster fraudster)
Sets the value of the Fraudster property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateFraudsterResponse.Builder fraudster(Fraudster fraudster)
fraudster - The new value for the Fraudster property for this object.default DisassociateFraudsterResponse.Builder fraudster(Consumer<Fraudster.Builder> fraudster)
Fraudster.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.