public static interface BotImportSpecification.Builder extends SdkPojo, CopyableBuilder<BotImportSpecification.Builder,BotImportSpecification>
| Modifier and Type | Method and Description |
|---|---|
BotImportSpecification.Builder |
botName(String botName)
The name that Amazon Lex should use for the bot.
|
BotImportSpecification.Builder |
botTags(Map<String,String> botTags)
A list of tags to add to the bot.
|
default BotImportSpecification.Builder |
dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
Sets the value of the DataPrivacy property for this object.
|
BotImportSpecification.Builder |
dataPrivacy(DataPrivacy dataPrivacy)
Sets the value of the DataPrivacy property for this object.
|
BotImportSpecification.Builder |
idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.
|
BotImportSpecification.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.
|
BotImportSpecification.Builder |
testBotAliasTags(Map<String,String> testBotAliasTags)
A list of tags to add to the test alias for a bot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotImportSpecification.Builder botName(String botName)
The name that Amazon Lex should use for the bot.
botName - The name that Amazon Lex should use for the bot.BotImportSpecification.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.
roleArn - The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.BotImportSpecification.Builder dataPrivacy(DataPrivacy dataPrivacy)
dataPrivacy - The new value for the DataPrivacy property for this object.default BotImportSpecification.Builder dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
DataPrivacy.Builder avoiding the need to
create one manually via DataPrivacy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dataPrivacy(DataPrivacy).
dataPrivacy - a consumer that will call methods on DataPrivacy.BuilderdataPrivacy(DataPrivacy)BotImportSpecification.Builder idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.
A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout.
You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.
idleSessionTTLInSeconds - The time, in seconds, that Amazon Lex should keep information about a user's conversation with the
bot.
A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout.
You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.
BotImportSpecification.Builder botTags(Map<String,String> botTags)
A list of tags to add to the bot. You can only add tags when you import a bot. You can't use the
UpdateBot operation to update tags. To update tags, use the TagResource operation.
botTags - A list of tags to add to the bot. You can only add tags when you import a bot. You can't use the
UpdateBot operation to update tags. To update tags, use the TagResource
operation.BotImportSpecification.Builder testBotAliasTags(Map<String,String> testBotAliasTags)
A list of tags to add to the test alias for a bot. You can only add tags when you import a bot. You can't use
the UpdateAlias operation to update tags. To update tags on the test alias, use the
TagResource operation.
testBotAliasTags - A list of tags to add to the test alias for a bot. You can only add tags when you import a bot. You
can't use the UpdateAlias operation to update tags. To update tags on the test alias, use
the TagResource operation.Copyright © 2022. All rights reserved.