CopyableBuilder<GetSlotTypeVersionsResponse.Builder,GetSlotTypeVersionsResponse>
, SdkBuilder<GetSlotTypeVersionsResponse.Builder,GetSlotTypeVersionsResponse>
public static interface GetSlotTypeVersionsResponse.Builder extends CopyableBuilder<GetSlotTypeVersionsResponse.Builder,GetSlotTypeVersionsResponse>
Modifier and Type | Method | Description |
---|---|---|
GetSlotTypeVersionsResponse.Builder |
nextToken(String nextToken) |
A pagination token for fetching the next page of slot type versions.
|
GetSlotTypeVersionsResponse.Builder |
slotTypes(Collection<SlotTypeMetadata> slotTypes) |
An array of
SlotTypeMetadata objects, one for each numbered version of the slot type plus one
for the $LATEST version. |
GetSlotTypeVersionsResponse.Builder |
slotTypes(SlotTypeMetadata... slotTypes) |
An array of
SlotTypeMetadata objects, one for each numbered version of the slot type plus one
for the $LATEST version. |
copy
apply, build
GetSlotTypeVersionsResponse.Builder slotTypes(Collection<SlotTypeMetadata> slotTypes)
An array of SlotTypeMetadata
objects, one for each numbered version of the slot type plus one
for the $LATEST
version.
slotTypes
- An array of SlotTypeMetadata
objects, one for each numbered version of the slot type plus
one for the $LATEST
version.GetSlotTypeVersionsResponse.Builder slotTypes(SlotTypeMetadata... slotTypes)
An array of SlotTypeMetadata
objects, one for each numbered version of the slot type plus one
for the $LATEST
version.
NOTE: This method appends the values to the existing list (if any). Use
#setSlotTypes(java.util.Collection)
or #withSlotTypes(java.util.Collection)
if you want to
override the existing values.
slotTypes
- An array of SlotTypeMetadata
objects, one for each numbered version of the slot type plus
one for the $LATEST
version.GetSlotTypeVersionsResponse.Builder nextToken(String nextToken)
A pagination token for fetching the next page of slot type versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.
nextToken
- A pagination token for fetching the next page of slot type versions. If the response to this call is
truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions,
specify the pagination token in the next request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.