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