Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.DataPrivacy.Builder
-
Packages that use DataPrivacy.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of DataPrivacy.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return DataPrivacy.Builder Modifier and Type Method Description static DataPrivacy.BuilderDataPrivacy. builder()DataPrivacy.BuilderDataPrivacy.Builder. childDirected(Boolean childDirected)For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifyingtrueorfalsein thechildDirectedfield.DataPrivacy.BuilderDataPrivacy. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type DataPrivacy.Builder Modifier and Type Method Description static Class<? extends DataPrivacy.Builder>DataPrivacy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type DataPrivacy.Builder Modifier and Type Method Description default BotImportSpecification.BuilderBotImportSpecification.Builder. dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)Sets the value of the DataPrivacy property for this object.default CreateBotRequest.BuilderCreateBotRequest.Builder. dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)Provides information on additional privacy protections Amazon Lex should use with the bot's data.default CreateBotResponse.BuilderCreateBotResponse.Builder. dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)The data privacy settings specified for the bot.default DescribeBotResponse.BuilderDescribeBotResponse.Builder. dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)Settings for managing data privacy of the bot and its conversations with users.default DescribeBotVersionResponse.BuilderDescribeBotVersionResponse.Builder. dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)Data privacy settings for the bot version.default UpdateBotRequest.BuilderUpdateBotRequest.Builder. dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)Provides information on additional privacy protections Amazon Lex should use with the bot's data.default UpdateBotResponse.BuilderUpdateBotResponse.Builder. dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)The data privacy settings for the bot after the update.
-