Class PresignedSynthesizeSpeechRequest
- java.lang.Object
-
- software.amazon.awssdk.awscore.presigner.PresignedRequest
-
- software.amazon.awssdk.services.polly.presigner.model.PresignedSynthesizeSpeechRequest
-
- All Implemented Interfaces:
ToCopyableBuilder<PresignedSynthesizeSpeechRequest.Builder,PresignedSynthesizeSpeechRequest>
@Immutable @ThreadSafe public final class PresignedSynthesizeSpeechRequest extends PresignedRequest implements ToCopyableBuilder<PresignedSynthesizeSpeechRequest.Builder,PresignedSynthesizeSpeechRequest>
A pre-signed aSynthesizeSpeechPresignRequest
that can be executed at a later time without requiring additional signing or authentication.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PresignedSynthesizeSpeechRequest.Builder
-
Nested classes/interfaces inherited from class software.amazon.awssdk.awscore.presigner.PresignedRequest
PresignedRequest.DefaultBuilder<B extends PresignedRequest.DefaultBuilder<B>>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PresignedSynthesizeSpeechRequest.Builder
builder()
PresignedSynthesizeSpeechRequest.Builder
toBuilder()
-
Methods inherited from class software.amazon.awssdk.awscore.presigner.PresignedRequest
equals, expiration, hashCode, httpRequest, isBrowserExecutable, signedHeaders, signedPayload, url
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
public static PresignedSynthesizeSpeechRequest.Builder builder()
-
toBuilder
public PresignedSynthesizeSpeechRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<PresignedSynthesizeSpeechRequest.Builder,PresignedSynthesizeSpeechRequest>
-
-