CopyableBuilder<GetSlotTypeResponse.Builder,GetSlotTypeResponse>, SdkBuilder<GetSlotTypeResponse.Builder,GetSlotTypeResponse>public static interface GetSlotTypeResponse.Builder extends CopyableBuilder<GetSlotTypeResponse.Builder,GetSlotTypeResponse>
| Modifier and Type | Method | Description |
|---|---|---|
GetSlotTypeResponse.Builder |
checksum(String checksum) |
Checksum of the
$LATEST version of the slot type. |
GetSlotTypeResponse.Builder |
createdDate(Date createdDate) |
The date that the slot type was created.
|
GetSlotTypeResponse.Builder |
description(String description) |
A description of the slot type.
|
GetSlotTypeResponse.Builder |
enumerationValues(Collection<EnumerationValue> enumerationValues) |
A list of
EnumerationValue objects that defines the values that the slot type can take. |
GetSlotTypeResponse.Builder |
enumerationValues(EnumerationValue... enumerationValues) |
A list of
EnumerationValue objects that defines the values that the slot type can take. |
GetSlotTypeResponse.Builder |
lastUpdatedDate(Date lastUpdatedDate) |
The date that the slot type was updated.
|
GetSlotTypeResponse.Builder |
name(String name) |
The name of the slot type.
|
GetSlotTypeResponse.Builder |
version(String version) |
The version of the slot type.
|
copyapply, buildGetSlotTypeResponse.Builder name(String name)
The name of the slot type.
name - The name of the slot type.GetSlotTypeResponse.Builder description(String description)
A description of the slot type.
description - A description of the slot type.GetSlotTypeResponse.Builder enumerationValues(Collection<EnumerationValue> enumerationValues)
A list of EnumerationValue objects that defines the values that the slot type can take.
enumerationValues - A list of EnumerationValue objects that defines the values that the slot type can take.GetSlotTypeResponse.Builder enumerationValues(EnumerationValue... enumerationValues)
A list of EnumerationValue objects that defines the values that the slot type can take.
NOTE: This method appends the values to the existing list (if any). Use
#setEnumerationValues(java.util.Collection) or #withEnumerationValues(java.util.Collection)
if you want to override the existing values.
enumerationValues - A list of EnumerationValue objects that defines the values that the slot type can take.GetSlotTypeResponse.Builder lastUpdatedDate(Date lastUpdatedDate)
The date that the slot type was updated. When you create a resource, the creation date and last update date are the same.
lastUpdatedDate - The date that the slot type was updated. When you create a resource, the creation date and last update
date are the same.GetSlotTypeResponse.Builder createdDate(Date createdDate)
The date that the slot type was created.
createdDate - The date that the slot type was created.GetSlotTypeResponse.Builder version(String version)
The version of the slot type.
version - The version of the slot type.GetSlotTypeResponse.Builder checksum(String checksum)
Checksum of the $LATEST version of the slot type.
checksum - Checksum of the $LATEST version of the slot type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.