public static interface SlotTypeMetadata.Builder extends SdkPojo, CopyableBuilder<SlotTypeMetadata.Builder,SlotTypeMetadata>
Modifier and Type | Method and Description |
---|---|
SlotTypeMetadata.Builder |
createdDate(Instant createdDate)
The date that the slot type was created.
|
SlotTypeMetadata.Builder |
description(String description)
A description of the slot type.
|
SlotTypeMetadata.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date that the slot type was updated.
|
SlotTypeMetadata.Builder |
name(String name)
The name of the slot type.
|
SlotTypeMetadata.Builder |
version(String version)
The version of the slot type.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SlotTypeMetadata.Builder name(String name)
The name of the slot type.
name
- The name of the slot type.SlotTypeMetadata.Builder description(String description)
A description of the slot type.
description
- A description of the slot type.SlotTypeMetadata.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date that the slot type was updated. When you create a resource, the creation date and last updated date are the same.
lastUpdatedDate
- The date that the slot type was updated. When you create a resource, the creation date and last
updated date are the same.SlotTypeMetadata.Builder createdDate(Instant createdDate)
The date that the slot type was created.
createdDate
- The date that the slot type was created.SlotTypeMetadata.Builder version(String version)
The version of the slot type.
version
- The version of the slot type.