Interface StartSpeakerSearchTaskRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeSdkVoiceRequest.Builder
,CopyableBuilder<StartSpeakerSearchTaskRequest.Builder,
,StartSpeakerSearchTaskRequest> SdkBuilder<StartSpeakerSearchTaskRequest.Builder,
,StartSpeakerSearchTaskRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StartSpeakerSearchTaskRequest
@Mutable
@NotThreadSafe
public static interface StartSpeakerSearchTaskRequest.Builder
extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<StartSpeakerSearchTaskRequest.Builder,StartSpeakerSearchTaskRequest>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies which call leg to stream for speaker search.callLeg
(CallLegType callLeg) Specifies which call leg to stream for speaker search.clientRequestToken
(String clientRequestToken) The unique identifier for the client request.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.transactionId
(String transactionId) The transaction ID of the call being analyzed.voiceConnectorId
(String voiceConnectorId) The Voice Connector ID.voiceProfileDomainId
(String voiceProfileDomainId) The ID of the voice profile domain that will store the voice profile.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.chimesdkvoice.model.ChimeSdkVoiceRequest.Builder
build
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, sdkFieldNameToField, sdkFields
-
Method Details
-
voiceConnectorId
The Voice Connector ID.
- Parameters:
voiceConnectorId
- The Voice Connector ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transactionId
The transaction ID of the call being analyzed.
- Parameters:
transactionId
- The transaction ID of the call being analyzed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voiceProfileDomainId
The ID of the voice profile domain that will store the voice profile.
- Parameters:
voiceProfileDomainId
- The ID of the voice profile domain that will store the voice profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
The unique identifier for the client request. Use a different token for different speaker search tasks.
- Parameters:
clientRequestToken
- The unique identifier for the client request. Use a different token for different speaker search tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
callLeg
Specifies which call leg to stream for speaker search.
- Parameters:
callLeg
- Specifies which call leg to stream for speaker search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
callLeg
Specifies which call leg to stream for speaker search.
- Parameters:
callLeg
- Specifies which call leg to stream for speaker search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
StartSpeakerSearchTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartSpeakerSearchTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-