Interface StartSpeakerSearchTaskRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkVoiceRequest.Builder,CopyableBuilder<StartSpeakerSearchTaskRequest.Builder,StartSpeakerSearchTaskRequest>,SdkBuilder<StartSpeakerSearchTaskRequest.Builder,StartSpeakerSearchTaskRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartSpeakerSearchTaskRequest
public static interface StartSpeakerSearchTaskRequest.Builder extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<StartSpeakerSearchTaskRequest.Builder,StartSpeakerSearchTaskRequest>
-
-
Method Summary
-
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 Detail
-
voiceConnectorId
StartSpeakerSearchTaskRequest.Builder voiceConnectorId(String 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
StartSpeakerSearchTaskRequest.Builder transactionId(String 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
StartSpeakerSearchTaskRequest.Builder voiceProfileDomainId(String 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
StartSpeakerSearchTaskRequest.Builder clientRequestToken(String 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
StartSpeakerSearchTaskRequest.Builder callLeg(String 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:
CallLegType,CallLegType
-
callLeg
StartSpeakerSearchTaskRequest.Builder callLeg(CallLegType 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:
CallLegType,CallLegType
-
overrideConfiguration
StartSpeakerSearchTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartSpeakerSearchTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-