Interface GetSlotTypeResponse.Builder

    • Method Detail

      • name

        GetSlotTypeResponse.Builder name​(String name)

        The name of the slot type.

        Parameters:
        name - The name of the slot type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GetSlotTypeResponse.Builder description​(String description)

        A description of the slot type.

        Parameters:
        description - A description of the slot type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enumerationValues

        GetSlotTypeResponse.Builder enumerationValues​(Collection<EnumerationValue> enumerationValues)

        A list of EnumerationValue objects that defines the values that the slot type can take.

        Parameters:
        enumerationValues - A list of EnumerationValue objects that defines the values that the slot type can take.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enumerationValues

        GetSlotTypeResponse.Builder enumerationValues​(EnumerationValue... enumerationValues)

        A list of EnumerationValue objects that defines the values that the slot type can take.

        Parameters:
        enumerationValues - A list of EnumerationValue objects that defines the values that the slot type can take.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDate

        GetSlotTypeResponse.Builder lastUpdatedDate​(Instant lastUpdatedDate)

        The date that the slot type was updated. When you create a resource, the creation date and last update date are the same.

        Parameters:
        lastUpdatedDate - The date that the slot type was updated. When you create a resource, the creation date and last update date are the same.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdDate

        GetSlotTypeResponse.Builder createdDate​(Instant createdDate)

        The date that the slot type was created.

        Parameters:
        createdDate - The date that the slot type was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        GetSlotTypeResponse.Builder version​(String version)

        The version of the slot type.

        Parameters:
        version - The version of the slot type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • checksum

        GetSlotTypeResponse.Builder checksum​(String checksum)

        Checksum of the $LATEST version of the slot type.

        Parameters:
        checksum - Checksum of the $LATEST version of the slot type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parentSlotTypeSignature

        GetSlotTypeResponse.Builder parentSlotTypeSignature​(String parentSlotTypeSignature)

        The built-in slot type used as a parent for the slot type.

        Parameters:
        parentSlotTypeSignature - The built-in slot type used as a parent for the slot type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • slotTypeConfigurations

        GetSlotTypeResponse.Builder slotTypeConfigurations​(Collection<SlotTypeConfiguration> slotTypeConfigurations)

        Configuration information that extends the parent built-in slot type.

        Parameters:
        slotTypeConfigurations - Configuration information that extends the parent built-in slot type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • slotTypeConfigurations

        GetSlotTypeResponse.Builder slotTypeConfigurations​(SlotTypeConfiguration... slotTypeConfigurations)

        Configuration information that extends the parent built-in slot type.

        Parameters:
        slotTypeConfigurations - Configuration information that extends the parent built-in slot type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.