Interface SynthesizeSpeechPresignRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SynthesizeSpeechPresignRequest.Builder,SynthesizeSpeechPresignRequest>,PresignRequest.Builder,SdkBuilder<SynthesizeSpeechPresignRequest.Builder,SynthesizeSpeechPresignRequest>
- Enclosing class:
- SynthesizeSpeechPresignRequest
public static interface SynthesizeSpeechPresignRequest.Builder extends PresignRequest.Builder, CopyableBuilder<SynthesizeSpeechPresignRequest.Builder,SynthesizeSpeechPresignRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SynthesizeSpeechPresignRequestbuild()Build the presigned request, based on the configuration on this builder.SynthesizeSpeechPresignRequest.BuildersignatureDuration(Duration signatureDuration)SynthesizeSpeechPresignRequest.BuildersynthesizeSpeechRequest(SynthesizeSpeechRequest synthesizeSpeechRequest)-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
-
-
-
Method Detail
-
synthesizeSpeechRequest
SynthesizeSpeechPresignRequest.Builder synthesizeSpeechRequest(SynthesizeSpeechRequest synthesizeSpeechRequest)
-
signatureDuration
SynthesizeSpeechPresignRequest.Builder signatureDuration(Duration signatureDuration)
- Specified by:
signatureDurationin interfacePresignRequest.Builder
-
build
SynthesizeSpeechPresignRequest build()
Build the presigned request, based on the configuration on this builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfacePresignRequest.Builder- Specified by:
buildin interfaceSdkBuilder<SynthesizeSpeechPresignRequest.Builder,SynthesizeSpeechPresignRequest>
-
-