CopyableBuilder<GetSlotTypesResponse.Builder,GetSlotTypesResponse>
, SdkBuilder<GetSlotTypesResponse.Builder,GetSlotTypesResponse>
public static interface GetSlotTypesResponse.Builder extends CopyableBuilder<GetSlotTypesResponse.Builder,GetSlotTypesResponse>
Modifier and Type | Method | Description |
---|---|---|
GetSlotTypesResponse.Builder |
nextToken(String nextToken) |
If the response is truncated, it includes a pagination token that you can specify in your next request to
fetch the next page of slot types.
|
GetSlotTypesResponse.Builder |
slotTypes(Collection<SlotTypeMetadata> slotTypes) |
An array of objects, one for each slot type, that provides information such as the name of the slot type, the
version, and a description.
|
GetSlotTypesResponse.Builder |
slotTypes(SlotTypeMetadata... slotTypes) |
An array of objects, one for each slot type, that provides information such as the name of the slot type, the
version, and a description.
|
copy
apply, build
GetSlotTypesResponse.Builder slotTypes(Collection<SlotTypeMetadata> slotTypes)
An array of objects, one for each slot type, that provides information such as the name of the slot type, the version, and a description.
slotTypes
- An array of objects, one for each slot type, that provides information such as the name of the slot
type, the version, and a description.GetSlotTypesResponse.Builder slotTypes(SlotTypeMetadata... slotTypes)
An array of objects, one for each slot type, that provides information such as the name of the slot type, the version, and a description.
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 objects, one for each slot type, that provides information such as the name of the slot
type, the version, and a description.GetSlotTypesResponse.Builder nextToken(String nextToken)
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of slot types.
nextToken
- If the response is truncated, it includes a pagination token that you can specify in your next request
to fetch the next page of slot types.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.