Interface SubSlotTypeComposition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SubSlotTypeComposition.Builder,SubSlotTypeComposition>,SdkBuilder<SubSlotTypeComposition.Builder,SubSlotTypeComposition>,SdkPojo
- Enclosing class:
- SubSlotTypeComposition
public static interface SubSlotTypeComposition.Builder extends SdkPojo, CopyableBuilder<SubSlotTypeComposition.Builder,SubSlotTypeComposition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubSlotTypeComposition.Buildername(String name)Name of a constituent sub slot inside a composite slot.SubSlotTypeComposition.BuilderslotTypeId(String slotTypeId)The unique identifier assigned to a 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
-
name
SubSlotTypeComposition.Builder name(String name)
Name of a constituent sub slot inside a composite slot.
- Parameters:
name- Name of a constituent sub slot inside a composite slot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slotTypeId
SubSlotTypeComposition.Builder slotTypeId(String slotTypeId)
The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.
- Parameters:
slotTypeId- The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-