Interface DictionarySummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DictionarySummary.Builder,,DictionarySummary> SdkBuilder<DictionarySummary.Builder,,DictionarySummary> SdkPojo
- Enclosing class:
DictionarySummary
@Mutable
@NotThreadSafe
public static interface DictionarySummary.Builder
extends SdkPojo, CopyableBuilder<DictionarySummary.Builder,DictionarySummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the dictionary.The ID of the dictionary.The language of the dictionary.language(DictionaryLanguage language) The language of the dictionary.The name of the dictionary.The status of the dictionary.status(DictionaryStatus status) The status of the dictionary.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
name
The name of the dictionary.
- Parameters:
name- The name of the dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
language
The language of the dictionary.
- Parameters:
language- The language of the dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
language
The language of the dictionary.
- Parameters:
language- The language of the dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the dictionary.
- Parameters:
status- The status of the dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the dictionary.
- Parameters:
status- The status of the dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-