public static interface Bot.Builder extends SdkPojo, CopyableBuilder<Bot.Builder,Bot>
| Modifier and Type | Method and Description |
|---|---|
Bot.Builder |
botEmail(String botEmail)
The bot email address.
|
Bot.Builder |
botId(String botId)
The bot ID.
|
Bot.Builder |
botType(BotType botType)
The bot type.
|
Bot.Builder |
botType(String botType)
The bot type.
|
Bot.Builder |
createdTimestamp(Instant createdTimestamp)
The bot creation timestamp, in ISO 8601 format.
|
Bot.Builder |
disabled(Boolean disabled)
When true, the bot is stopped from running in your account.
|
Bot.Builder |
displayName(String displayName)
The bot display name.
|
Bot.Builder |
securityToken(String securityToken)
The security token used to authenticate Amazon Chime with the outgoing event endpoint.
|
Bot.Builder |
updatedTimestamp(Instant updatedTimestamp)
The updated bot timestamp, in ISO 8601 format.
|
Bot.Builder |
userId(String userId)
The unique ID for the bot user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBot.Builder botId(String botId)
The bot ID.
botId - The bot ID.Bot.Builder userId(String userId)
The unique ID for the bot user.
userId - The unique ID for the bot user.Bot.Builder displayName(String displayName)
The bot display name.
displayName - The bot display name.Bot.Builder botType(String botType)
The bot type.
Bot.Builder botType(BotType botType)
The bot type.
Bot.Builder disabled(Boolean disabled)
When true, the bot is stopped from running in your account.
disabled - When true, the bot is stopped from running in your account.Bot.Builder createdTimestamp(Instant createdTimestamp)
The bot creation timestamp, in ISO 8601 format.
createdTimestamp - The bot creation timestamp, in ISO 8601 format.Bot.Builder updatedTimestamp(Instant updatedTimestamp)
The updated bot timestamp, in ISO 8601 format.
updatedTimestamp - The updated bot timestamp, in ISO 8601 format.Bot.Builder botEmail(String botEmail)
The bot email address.
botEmail - The bot email address.Bot.Builder securityToken(String securityToken)
The security token used to authenticate Amazon Chime with the outgoing event endpoint.
securityToken - The security token used to authenticate Amazon Chime with the outgoing event endpoint.Copyright © 2022. All rights reserved.