Interface UpdateDictionaryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDictionaryResponse.Builder,,UpdateDictionaryResponse> ElementalInferenceResponse.Builder,SdkBuilder<UpdateDictionaryResponse.Builder,,UpdateDictionaryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateDictionaryResponse
@Mutable
@NotThreadSafe
public static interface UpdateDictionaryResponse.Builder
extends ElementalInferenceResponse.Builder, SdkPojo, CopyableBuilder<UpdateDictionaryResponse.Builder,UpdateDictionaryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the dictionary.The ID of the dictionary.The updated or original language of the dictionary.language(DictionaryLanguage language) The updated or original language of the dictionary.The updated or original name of the dictionary.references(String... references) A list of feed IDs that reference this dictionary.references(Collection<String> references) A list of feed IDs that reference this dictionary.The current status of the dictionary.status(DictionaryStatus status) The current status of the dictionary.Any tags associated with the dictionary.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elementalinference.model.ElementalInferenceResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
name
The updated or original name of the dictionary.
- Parameters:
name- The updated or original name of the dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the dictionary.
- Parameters:
arn- The ARN of the dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the dictionary.
- Parameters:
id- The ID of the dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
language
The updated or original language of the dictionary.
- Parameters:
language- The updated or original language of the dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
language
The updated or original language of the dictionary.
- Parameters:
language- The updated or original language of the dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the dictionary.
- Parameters:
status- The current status of the dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the dictionary.
- Parameters:
status- The current status of the dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
references
A list of feed IDs that reference this dictionary.
- Parameters:
references- A list of feed IDs that reference this dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
references
A list of feed IDs that reference this dictionary.
- Parameters:
references- A list of feed IDs that reference this dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Any tags associated with the dictionary.
- Parameters:
tags- Any tags associated with the dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-