Interface UpdateDictionaryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDictionaryRequest.Builder,,UpdateDictionaryRequest> ElementalInferenceRequest.Builder,SdkBuilder<UpdateDictionaryRequest.Builder,,UpdateDictionaryRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateDictionaryRequest
@Mutable
@NotThreadSafe
public static interface UpdateDictionaryRequest.Builder
extends ElementalInferenceRequest.Builder, SdkPojo, CopyableBuilder<UpdateDictionaryRequest.Builder,UpdateDictionaryRequest>
-
Method Summary
Modifier and TypeMethodDescriptionNew dictionary entries.The ID of the dictionary to update.A new language for the dictionary.language(DictionaryLanguage language) A new language for the dictionary.A new name for the dictionary.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.elementalinference.model.ElementalInferenceRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The ID of the dictionary to update.
- Parameters:
id- The ID of the dictionary to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A new name for the dictionary. If not specified, the name is not changed.
- Parameters:
name- A new name for the dictionary. If not specified, the name is not changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
language
A new language for the dictionary. If not specified, the language is not changed.
- Parameters:
language- A new language for the dictionary. If not specified, the language is not changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
language
A new language for the dictionary. If not specified, the language is not changed.
- Parameters:
language- A new language for the dictionary. If not specified, the language is not changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entries
New dictionary entries. If not specified, the entries are not changed.
- Parameters:
entries- New dictionary entries. If not specified, the entries are not changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateDictionaryRequest.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
UpdateDictionaryRequest.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.
-