Interface PollyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,SdkRequest.Builder
- All Known Subinterfaces:
DeleteLexiconRequest.Builder,DescribeVoicesRequest.Builder,GetLexiconRequest.Builder,GetSpeechSynthesisTaskRequest.Builder,ListLexiconsRequest.Builder,ListSpeechSynthesisTasksRequest.Builder,PutLexiconRequest.Builder,StartSpeechSynthesisTaskRequest.Builder,SynthesizeSpeechRequest.Builder
- All Known Implementing Classes:
PollyRequest.BuilderImpl
- Enclosing class:
- PollyRequest
public static interface PollyRequest.Builder extends AwsRequest.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PollyRequestbuild()-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration, overrideConfiguration, overrideConfiguration
-
-
-
-
Method Detail
-
build
PollyRequest build()
- Specified by:
buildin interfaceAwsRequest.Builder- Specified by:
buildin interfaceSdkRequest.Builder
-
-