Interface DisassociateFraudsterResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateFraudsterResponse.Builder,DisassociateFraudsterResponse>,SdkBuilder<DisassociateFraudsterResponse.Builder,DisassociateFraudsterResponse>,SdkPojo,SdkResponse.Builder,VoiceIdResponse.Builder
- Enclosing class:
- DisassociateFraudsterResponse
public static interface DisassociateFraudsterResponse.Builder extends VoiceIdResponse.Builder, SdkPojo, CopyableBuilder<DisassociateFraudsterResponse.Builder,DisassociateFraudsterResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DisassociateFraudsterResponse.Builderfraudster(Consumer<Fraudster.Builder> fraudster)Sets the value of the Fraudster property for this object.DisassociateFraudsterResponse.Builderfraudster(Fraudster fraudster)Sets the value of the Fraudster property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.voiceid.model.VoiceIdResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
fraudster
DisassociateFraudsterResponse.Builder fraudster(Fraudster fraudster)
Sets the value of the Fraudster property for this object.- Parameters:
fraudster- The new value for the Fraudster property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fraudster
default DisassociateFraudsterResponse.Builder fraudster(Consumer<Fraudster.Builder> fraudster)
Sets the value of the Fraudster property for this object. This is a convenience method that creates an instance of theFraudster.Builderavoiding the need to create one manually viaFraudster.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofraudster(Fraudster).- Parameters:
fraudster- a consumer that will call methods onFraudster.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fraudster(Fraudster)
-
-