Interface SlotTypeSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SlotTypeSummary.Builder,SlotTypeSummary>,SdkBuilder<SlotTypeSummary.Builder,SlotTypeSummary>,SdkPojo
- Enclosing class:
- SlotTypeSummary
public static interface SlotTypeSummary.Builder extends SdkPojo, CopyableBuilder<SlotTypeSummary.Builder,SlotTypeSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlotTypeSummary.Builderdescription(String description)The description of the slot type.SlotTypeSummary.BuilderlastUpdatedDateTime(Instant lastUpdatedDateTime)A timestamp of the date and time that the slot type was last updated.SlotTypeSummary.BuilderparentSlotTypeSignature(String parentSlotTypeSignature)If the slot type is derived from a built-on slot type, the name of the parent slot type.SlotTypeSummary.BuilderslotTypeCategory(String slotTypeCategory)Indicates the type of the slot type.SlotTypeSummary.BuilderslotTypeCategory(SlotTypeCategory slotTypeCategory)Indicates the type of the slot type.SlotTypeSummary.BuilderslotTypeId(String slotTypeId)The unique identifier assigned to the slot type.SlotTypeSummary.BuilderslotTypeName(String slotTypeName)The name of the slot type.-
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
-
slotTypeId
SlotTypeSummary.Builder slotTypeId(String slotTypeId)
The unique identifier assigned to the slot type.
- Parameters:
slotTypeId- The unique identifier assigned to the slot type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slotTypeName
SlotTypeSummary.Builder slotTypeName(String slotTypeName)
The name of the slot type.
- Parameters:
slotTypeName- The name of the slot type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
SlotTypeSummary.Builder description(String description)
The description of the slot type.
- Parameters:
description- The description of the slot type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentSlotTypeSignature
SlotTypeSummary.Builder parentSlotTypeSignature(String parentSlotTypeSignature)
If the slot type is derived from a built-on slot type, the name of the parent slot type.
- Parameters:
parentSlotTypeSignature- If the slot type is derived from a built-on slot type, the name of the parent slot type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDateTime
SlotTypeSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the slot type was last updated.
- Parameters:
lastUpdatedDateTime- A timestamp of the date and time that the slot type was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slotTypeCategory
SlotTypeSummary.Builder slotTypeCategory(String slotTypeCategory)
Indicates the type of the slot type.
-
Custom- A slot type that you created using custom values. For more information, see Creating custom slot types. -
Extended- A slot type created by extending theAMAZON.AlphaNumericbuilt-in slot type. For more information, seeAMAZON.AlphaNumeric. -
ExternalGrammar- A slot type using a custom GRXML grammar to define values. For more information, see Using a custom grammar slot type.
- Parameters:
slotTypeCategory- Indicates the type of the slot type.-
Custom- A slot type that you created using custom values. For more information, see Creating custom slot types. -
Extended- A slot type created by extending theAMAZON.AlphaNumericbuilt-in slot type. For more information, seeAMAZON.AlphaNumeric. -
ExternalGrammar- A slot type using a custom GRXML grammar to define values. For more information, see Using a custom grammar slot type.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SlotTypeCategory,SlotTypeCategory
-
-
slotTypeCategory
SlotTypeSummary.Builder slotTypeCategory(SlotTypeCategory slotTypeCategory)
Indicates the type of the slot type.
-
Custom- A slot type that you created using custom values. For more information, see Creating custom slot types. -
Extended- A slot type created by extending theAMAZON.AlphaNumericbuilt-in slot type. For more information, seeAMAZON.AlphaNumeric. -
ExternalGrammar- A slot type using a custom GRXML grammar to define values. For more information, see Using a custom grammar slot type.
- Parameters:
slotTypeCategory- Indicates the type of the slot type.-
Custom- A slot type that you created using custom values. For more information, see Creating custom slot types. -
Extended- A slot type created by extending theAMAZON.AlphaNumericbuilt-in slot type. For more information, seeAMAZON.AlphaNumeric. -
ExternalGrammar- A slot type using a custom GRXML grammar to define values. For more information, see Using a custom grammar slot type.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SlotTypeCategory,SlotTypeCategory
-
-
-