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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThesaurusSummary.BuildercreatedAt(Instant createdAt)The Unix timestamp when the thesaurus was created.ThesaurusSummary.Builderid(String id)The identifier of the thesaurus.ThesaurusSummary.Buildername(String name)The name of the thesaurus.ThesaurusSummary.Builderstatus(String status)The status of the thesaurus.ThesaurusSummary.Builderstatus(ThesaurusStatus status)The status of the thesaurus.ThesaurusSummary.BuilderupdatedAt(Instant updatedAt)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 Detail
-
id
ThesaurusSummary.Builder id(String 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
ThesaurusSummary.Builder name(String 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
ThesaurusSummary.Builder status(String 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:
ThesaurusStatus,ThesaurusStatus
-
status
ThesaurusSummary.Builder status(ThesaurusStatus 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:
ThesaurusStatus,ThesaurusStatus
-
createdAt
ThesaurusSummary.Builder createdAt(Instant 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
ThesaurusSummary.Builder updatedAt(Instant 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.
-
-