Interface CreateSlotTypeVersionRequest.Builder

    • Method Detail

      • name

        CreateSlotTypeVersionRequest.Builder name​(String name)

        The name of the slot type that you want to create a new version for. The name is case sensitive.

        Parameters:
        name - The name of the slot type that you want to create a new version for. The name is case sensitive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • checksum

        CreateSlotTypeVersionRequest.Builder checksum​(String checksum)

        Checksum for the $LATEST version of the slot type that you want to publish. If you specify a checksum and the $LATEST version of the slot type has a different checksum, Amazon Lex returns a PreconditionFailedException exception and doesn't publish the new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST version.

        Parameters:
        checksum - Checksum for the $LATEST version of the slot type that you want to publish. If you specify a checksum and the $LATEST version of the slot type has a different checksum, Amazon Lex returns a PreconditionFailedException exception and doesn't publish the new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.