Interface VocabularyEntitySummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VocabularyEntitySummary.Builder,,VocabularyEntitySummary> SdkBuilder<VocabularyEntitySummary.Builder,,VocabularyEntitySummary> SdkPojo
- Enclosing class:
VocabularyEntitySummary
@Mutable
@NotThreadSafe
public static interface VocabularyEntitySummary.Builder
extends SdkPojo, CopyableBuilder<VocabularyEntitySummary.Builder,VocabularyEntitySummary>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Sets the value of the Description property for this object.Sets the value of the EntityId property for this object.Sets the value of the Language property for this object.Sets the value of the Language property for this object.lastModifiedTime(Instant lastModifiedTime) Sets the value of the LastModifiedTime property for this object.numOfPhrases(Integer numOfPhrases) num of phrases in the entityMethods 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
-
entityId
Sets the value of the EntityId property for this object.- Parameters:
entityId- The new value for the EntityId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Sets the value of the Description property for this object.- Parameters:
description- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
language
Sets the value of the Language property for this object.- Parameters:
language- The new value for the Language property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
language
Sets the value of the Language property for this object.- Parameters:
language- The new value for the Language property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
numOfPhrases
num of phrases in the entity
- Parameters:
numOfPhrases- num of phrases in the entity- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
Sets the value of the LastModifiedTime property for this object.- Parameters:
lastModifiedTime- The new value for the LastModifiedTime property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-