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