public static interface SlotTypeMetadata.Builder extends 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.
|
copyapply, buildSlotTypeMetadata.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.