Interface GetBuiltinSlotTypesResponse.Builder

    • Method Detail

      • slotTypes

        GetBuiltinSlotTypesResponse.Builder slotTypes​(Collection<BuiltinSlotTypeMetadata> slotTypes)

        An array of BuiltInSlotTypeMetadata objects, one entry for each slot type returned.

        Parameters:
        slotTypes - An array of BuiltInSlotTypeMetadata objects, one entry for each slot type returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • slotTypes

        GetBuiltinSlotTypesResponse.Builder slotTypes​(BuiltinSlotTypeMetadata... slotTypes)

        An array of BuiltInSlotTypeMetadata objects, one entry for each slot type returned.

        Parameters:
        slotTypes - An array of BuiltInSlotTypeMetadata objects, one entry for each slot type returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.