Interface ThesaurusSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ThesaurusSummary.Builder,
,ThesaurusSummary> SdkBuilder<ThesaurusSummary.Builder,
,ThesaurusSummary> SdkPojo
- Enclosing class:
ThesaurusSummary
public static interface ThesaurusSummary.Builder
extends SdkPojo, CopyableBuilder<ThesaurusSummary.Builder,ThesaurusSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Unix timestamp when the thesaurus was created.The identifier of the thesaurus.The name of the thesaurus.The status of the thesaurus.status
(ThesaurusStatus status) The status of the thesaurus.The Unix timestamp when the thesaurus was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
id
The identifier of the thesaurus.
- Parameters:
id
- The identifier of the thesaurus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the thesaurus.
- Parameters:
name
- The name of the thesaurus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the thesaurus.
- Parameters:
status
- The status of the thesaurus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the thesaurus.
- Parameters:
status
- The status of the thesaurus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The Unix timestamp when the thesaurus was created.
- Parameters:
createdAt
- The Unix timestamp when the thesaurus was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The Unix timestamp when the thesaurus was last updated.
- Parameters:
updatedAt
- The Unix timestamp when the thesaurus was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-