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
Modifier and TypeMethodDescriptionContent of the PLS lexicon as string data.Name of the lexicon.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.polly.model.PollyRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutLexiconRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-