CopyableBuilder<SlotTypeMetadata.Builder,SlotTypeMetadata>
, SdkBuilder<SlotTypeMetadata.Builder,SlotTypeMetadata>
public static interface SlotTypeMetadata.Builder extends CopyableBuilder<SlotTypeMetadata.Builder,SlotTypeMetadata>
Modifier and Type | Method | Description |
---|---|---|
SlotTypeMetadata.Builder |
createdDate(Date createdDate) |
The date that the slot type was created.
|
SlotTypeMetadata.Builder |
description(String description) |
A description of the slot type.
|
SlotTypeMetadata.Builder |
lastUpdatedDate(Date 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.
|
copy
apply, 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(Date 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(Date 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.