CopyableBuilder<PutSlotTypeResponse.Builder,PutSlotTypeResponse>
, SdkBuilder<PutSlotTypeResponse.Builder,PutSlotTypeResponse>
public static interface PutSlotTypeResponse.Builder extends CopyableBuilder<PutSlotTypeResponse.Builder,PutSlotTypeResponse>
Modifier and Type | Method | Description |
---|---|---|
PutSlotTypeResponse.Builder |
checksum(String checksum) |
Checksum of the
$LATEST version of the slot type. |
PutSlotTypeResponse.Builder |
createdDate(Date createdDate) |
The date that the slot type was created.
|
PutSlotTypeResponse.Builder |
description(String description) |
A description of the slot type.
|
PutSlotTypeResponse.Builder |
enumerationValues(Collection<EnumerationValue> enumerationValues) |
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeResponse.Builder |
enumerationValues(EnumerationValue... enumerationValues) |
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeResponse.Builder |
lastUpdatedDate(Date lastUpdatedDate) |
The date that the slot type was updated.
|
PutSlotTypeResponse.Builder |
name(String name) |
The name of the slot type.
|
PutSlotTypeResponse.Builder |
version(String version) |
The version of the slot type.
|
copy
apply, build
PutSlotTypeResponse.Builder name(String name)
The name of the slot type.
name
- The name of the slot type.PutSlotTypeResponse.Builder description(String description)
A description of the slot type.
description
- A description of the slot type.PutSlotTypeResponse.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.PutSlotTypeResponse.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.PutSlotTypeResponse.Builder lastUpdatedDate(Date lastUpdatedDate)
The date that the slot type was updated. When you create a slot type, the creation date and last update date are the same.
lastUpdatedDate
- The date that the slot type was updated. When you create a slot type, the creation date and last
update date are the same.PutSlotTypeResponse.Builder createdDate(Date createdDate)
The date that the slot type was created.
createdDate
- The date that the slot type was created.PutSlotTypeResponse.Builder version(String version)
The version of the slot type. For a new slot type, the version is always $LATEST
.
version
- The version of the slot type. For a new slot type, the version is always $LATEST
.PutSlotTypeResponse.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.