Interface PresignedSynthesizeSpeechRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PresignedSynthesizeSpeechRequest.Builder,PresignedSynthesizeSpeechRequest>,PresignedRequest.Builder,SdkBuilder<PresignedSynthesizeSpeechRequest.Builder,PresignedSynthesizeSpeechRequest>
- Enclosing class:
- PresignedSynthesizeSpeechRequest
public static interface PresignedSynthesizeSpeechRequest.Builder extends PresignedRequest.Builder, CopyableBuilder<PresignedSynthesizeSpeechRequest.Builder,PresignedSynthesizeSpeechRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PresignedSynthesizeSpeechRequestbuild()PresignedSynthesizeSpeechRequest.Builderexpiration(Instant expiration)PresignedSynthesizeSpeechRequest.BuilderhttpRequest(SdkHttpRequest httpRequest)PresignedSynthesizeSpeechRequest.BuilderisBrowserExecutable(Boolean isBrowserExecutable)PresignedSynthesizeSpeechRequest.BuildersignedHeaders(Map<String,List<String>> signedHeaders)PresignedSynthesizeSpeechRequest.BuildersignedPayload(SdkBytes signedPayload)-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
-
-
-
Method Detail
-
expiration
PresignedSynthesizeSpeechRequest.Builder expiration(Instant expiration)
- Specified by:
expirationin interfacePresignedRequest.Builder
-
isBrowserExecutable
PresignedSynthesizeSpeechRequest.Builder isBrowserExecutable(Boolean isBrowserExecutable)
- Specified by:
isBrowserExecutablein interfacePresignedRequest.Builder
-
signedHeaders
PresignedSynthesizeSpeechRequest.Builder signedHeaders(Map<String,List<String>> signedHeaders)
- Specified by:
signedHeadersin interfacePresignedRequest.Builder
-
signedPayload
PresignedSynthesizeSpeechRequest.Builder signedPayload(SdkBytes signedPayload)
- Specified by:
signedPayloadin interfacePresignedRequest.Builder
-
httpRequest
PresignedSynthesizeSpeechRequest.Builder httpRequest(SdkHttpRequest httpRequest)
- Specified by:
httpRequestin interfacePresignedRequest.Builder
-
build
PresignedSynthesizeSpeechRequest build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfacePresignedRequest.Builder- Specified by:
buildin interfaceSdkBuilder<PresignedSynthesizeSpeechRequest.Builder,PresignedSynthesizeSpeechRequest>
-
-