public final class DefaultPollyPresigner extends Object implements PollyPresigner
PollyPresigner.| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultPollyPresigner.BuilderImpl |
PollyPresigner.Builder| Modifier and Type | Method and Description |
|---|---|
static PollyPresigner.Builder |
builder() |
void |
close() |
PresignedSynthesizeSpeechRequest |
presignSynthesizeSpeech(SynthesizeSpeechPresignRequest synthesizeSpeechPresignRequest)
Presign a
SynthesizeSpeechRequest so that it can be executed at a later time without requiring additional
signing or authentication. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic void close()
close in interface AutoCloseableclose in interface SdkPresignerclose in interface SdkAutoCloseablepublic static PollyPresigner.Builder builder()
builder in interface PollyPresignerPollyPresigner.public PresignedSynthesizeSpeechRequest presignSynthesizeSpeech(SynthesizeSpeechPresignRequest synthesizeSpeechPresignRequest)
PollyPresignerSynthesizeSpeechRequest so that it can be executed at a later time without requiring additional
signing or authentication.presignSynthesizeSpeech in interface PollyPresignersynthesizeSpeechPresignRequest - The presign request.Copyright © 2023. All rights reserved.