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 PollyRequest
build()
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration, overrideConfiguration, overrideConfiguration
-
-
-
-
Method Detail
-
build
PollyRequest build()
- Specified by:
build
in interfaceAwsRequest.Builder
- Specified by:
build
in interfaceSdkRequest.Builder
-
-