Interface OptOutSpeakerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<OptOutSpeakerRequest.Builder,OptOutSpeakerRequest>,SdkBuilder<OptOutSpeakerRequest.Builder,OptOutSpeakerRequest>,SdkPojo,SdkRequest.Builder,VoiceIdRequest.Builder
- Enclosing class:
- OptOutSpeakerRequest
public static interface OptOutSpeakerRequest.Builder extends VoiceIdRequest.Builder, SdkPojo, CopyableBuilder<OptOutSpeakerRequest.Builder,OptOutSpeakerRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OptOutSpeakerRequest.BuilderdomainId(String domainId)The identifier of the domain that contains the speaker.OptOutSpeakerRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)OptOutSpeakerRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)OptOutSpeakerRequest.BuilderspeakerId(String speakerId)The identifier of the speaker you want opted-out.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.voiceid.model.VoiceIdRequest.Builder
build
-
-
-
-
Method Detail
-
domainId
OptOutSpeakerRequest.Builder domainId(String domainId)
The identifier of the domain that contains the speaker.
- Parameters:
domainId- The identifier of the domain that contains the speaker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
speakerId
OptOutSpeakerRequest.Builder speakerId(String speakerId)
The identifier of the speaker you want opted-out.
- Parameters:
speakerId- The identifier of the speaker you want opted-out.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
OptOutSpeakerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
OptOutSpeakerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-