Interface PutLexiconRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutLexiconRequest.Builder,PutLexiconRequest>
,PollyRequest.Builder
,SdkBuilder<PutLexiconRequest.Builder,PutLexiconRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- PutLexiconRequest
public static interface PutLexiconRequest.Builder extends PollyRequest.Builder, SdkPojo, CopyableBuilder<PutLexiconRequest.Builder,PutLexiconRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutLexiconRequest.Builder
content(String content)
Content of the PLS lexicon as string data.PutLexiconRequest.Builder
name(String name)
Name of the lexicon.PutLexiconRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
PutLexiconRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.polly.model.PollyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
PutLexiconRequest.Builder name(String name)
Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.
- Parameters:
name
- Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
PutLexiconRequest.Builder content(String content)
Content of the PLS lexicon as string data.
- Parameters:
content
- Content of the PLS lexicon as string data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutLexiconRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
PutLexiconRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-