Interface CreateSlotTypeVersionResponse.Builder

    • Method Detail

      • name

        CreateSlotTypeVersionResponse.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

        CreateSlotTypeVersionResponse.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

        CreateSlotTypeVersionResponse.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

        CreateSlotTypeVersionResponse.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

        CreateSlotTypeVersionResponse.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

        CreateSlotTypeVersionResponse.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

        CreateSlotTypeVersionResponse.Builder version​(String version)

        The version assigned to the new slot type version.

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

        CreateSlotTypeVersionResponse.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

        CreateSlotTypeVersionResponse.Builder parentSlotTypeSignature​(String parentSlotTypeSignature)

        The built-in slot type used a the parent of the slot type.

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

        CreateSlotTypeVersionResponse.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

        CreateSlotTypeVersionResponse.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.