Uses of Interface
software.amazon.awssdk.services.chime.model.Bot.Builder
-
Packages that use Bot.Builder Package Description software.amazon.awssdk.services.chime.model -
-
Uses of Bot.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return Bot.Builder Modifier and Type Method Description Bot.BuilderBot.Builder. botEmail(String botEmail)The bot email address.Bot.BuilderBot.Builder. botId(String botId)The bot ID.Bot.BuilderBot.Builder. botType(String botType)The bot type.Bot.BuilderBot.Builder. botType(BotType botType)The bot type.static Bot.BuilderBot. builder()Bot.BuilderBot.Builder. createdTimestamp(Instant createdTimestamp)The bot creation timestamp, in ISO 8601 format.Bot.BuilderBot.Builder. disabled(Boolean disabled)When true, the bot is stopped from running in your account.Bot.BuilderBot.Builder. displayName(String displayName)The bot display name.Bot.BuilderBot.Builder. securityToken(String securityToken)The security token used to authenticate Amazon Chime with the outgoing event endpoint.Bot.BuilderBot. toBuilder()Bot.BuilderBot.Builder. updatedTimestamp(Instant updatedTimestamp)The updated bot timestamp, in ISO 8601 format.Bot.BuilderBot.Builder. userId(String userId)The unique ID for the bot user.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type Bot.Builder Modifier and Type Method Description static Class<? extends Bot.Builder>Bot. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type Bot.Builder Modifier and Type Method Description default CreateBotResponse.BuilderCreateBotResponse.Builder. bot(Consumer<Bot.Builder> bot)The bot details.default GetBotResponse.BuilderGetBotResponse.Builder. bot(Consumer<Bot.Builder> bot)The chat bot details.default RegenerateSecurityTokenResponse.BuilderRegenerateSecurityTokenResponse.Builder. bot(Consumer<Bot.Builder> bot)A resource that allows Enterprise account administrators to configure an interface that receives events from Amazon Chime.default UpdateBotResponse.BuilderUpdateBotResponse.Builder. bot(Consumer<Bot.Builder> bot)The updated bot details.
-