Uses of Interface
software.amazon.awssdk.services.qapps.model.AppDefinitionInput.Builder
-
Packages that use AppDefinitionInput.Builder Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of AppDefinitionInput.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return AppDefinitionInput.Builder Modifier and Type Method Description static AppDefinitionInput.BuilderAppDefinitionInput. builder()AppDefinitionInput.BuilderAppDefinitionInput.Builder. cards(Collection<CardInput> cards)The cards that make up the Q App definition.AppDefinitionInput.BuilderAppDefinitionInput.Builder. cards(Consumer<CardInput.Builder>... cards)The cards that make up the Q App definition.AppDefinitionInput.BuilderAppDefinitionInput.Builder. cards(CardInput... cards)The cards that make up the Q App definition.AppDefinitionInput.BuilderAppDefinitionInput.Builder. initialPrompt(String initialPrompt)The initial prompt displayed when the Q App is started.AppDefinitionInput.BuilderAppDefinitionInput. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type AppDefinitionInput.Builder Modifier and Type Method Description static Class<? extends AppDefinitionInput.Builder>AppDefinitionInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type AppDefinitionInput.Builder Modifier and Type Method Description default CreateQAppRequest.BuilderCreateQAppRequest.Builder. appDefinition(Consumer<AppDefinitionInput.Builder> appDefinition)The definition of the new Q App, specifying the cards and flow.default PredictAppDefinition.BuilderPredictAppDefinition.Builder. appDefinition(Consumer<AppDefinitionInput.Builder> appDefinition)The definition specifying the cards and flow of the generated Q App.default UpdateQAppRequest.BuilderUpdateQAppRequest.Builder. appDefinition(Consumer<AppDefinitionInput.Builder> appDefinition)The new definition specifying the cards and flow for the Q App.
-