Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.BotMetadata.Builder
-
Packages that use BotMetadata.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of BotMetadata.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return BotMetadata.Builder Modifier and Type Method Description static BotMetadata.BuilderBotMetadata. builder()BotMetadata.BuilderBotMetadata.Builder. createdDate(Instant createdDate)The date that the bot was created.BotMetadata.BuilderBotMetadata.Builder. description(String description)A description of the bot.BotMetadata.BuilderBotMetadata.Builder. lastUpdatedDate(Instant lastUpdatedDate)The date that the bot was updated.BotMetadata.BuilderBotMetadata.Builder. name(String name)The name of the bot.BotMetadata.BuilderBotMetadata.Builder. status(String status)The status of the bot.BotMetadata.BuilderBotMetadata.Builder. status(Status status)The status of the bot.BotMetadata.BuilderBotMetadata. toBuilder()BotMetadata.BuilderBotMetadata.Builder. version(String version)The version of the bot.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type BotMetadata.Builder Modifier and Type Method Description static Class<? extends BotMetadata.Builder>BotMetadata. serializableBuilderClass()
-