Interface GetSlotTypesResponse.Builder

    • Method Detail

      • slotTypes

        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.

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

        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.

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

        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.

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