public static interface SlotTypeSummary.Builder extends SdkPojo, CopyableBuilder<SlotTypeSummary.Builder,SlotTypeSummary>
| Modifier and Type | Method and Description |
|---|---|
SlotTypeSummary.Builder |
description(String description)
The description of the slot type.
|
SlotTypeSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the slot type was last updated.
|
SlotTypeSummary.Builder |
parentSlotTypeSignature(String parentSlotTypeSignature)
If the slot type is derived from a built-on slot type, the name of the parent slot type.
|
SlotTypeSummary.Builder |
slotTypeId(String slotTypeId)
The unique identifier assigned to the slot type.
|
SlotTypeSummary.Builder |
slotTypeName(String slotTypeName)
The name of the slot type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSlotTypeSummary.Builder slotTypeId(String slotTypeId)
The unique identifier assigned to the slot type.
slotTypeId - The unique identifier assigned to the slot type.SlotTypeSummary.Builder slotTypeName(String slotTypeName)
The name of the slot type.
slotTypeName - The name of the slot type.SlotTypeSummary.Builder description(String description)
The description of the slot type.
description - The description of the slot type.SlotTypeSummary.Builder parentSlotTypeSignature(String parentSlotTypeSignature)
If the slot type is derived from a built-on slot type, the name of the parent slot type.
parentSlotTypeSignature - If the slot type is derived from a built-on slot type, the name of the parent slot type.SlotTypeSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the slot type was last updated.
lastUpdatedDateTime - A timestamp of the date and time that the slot type was last updated.Copyright © 2021. All rights reserved.