Interface DeleteSlotRequest.Builder

  • Method Details

    • slotId

      The identifier of the slot to delete.

      Parameters:
      slotId - The identifier of the slot to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botId

      The identifier of the bot associated with the slot to delete.

      Parameters:
      botId - The identifier of the bot associated with the slot to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botVersion

      DeleteSlotRequest.Builder botVersion(String botVersion)

      The version of the bot associated with the slot to delete.

      Parameters:
      botVersion - The version of the bot associated with the slot to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localeId

      DeleteSlotRequest.Builder localeId(String localeId)

      The identifier of the language and locale that the slot will be deleted from. The string must match one of the supported locales. For more information, see Supported languages.

      Parameters:
      localeId - The identifier of the language and locale that the slot will be deleted from. The string must match one of the supported locales. For more information, see Supported languages.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • intentId

      DeleteSlotRequest.Builder intentId(String intentId)

      The identifier of the intent associated with the slot.

      Parameters:
      intentId - The identifier of the intent associated with the slot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteSlotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.