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 Details

    • 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.