Uses of Interface
software.amazon.awssdk.services.qapps.model.PredictAppDefinition.Builder
-
Packages that use PredictAppDefinition.Builder Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of PredictAppDefinition.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return PredictAppDefinition.Builder Modifier and Type Method Description default PredictAppDefinition.BuilderPredictAppDefinition.Builder. appDefinition(Consumer<AppDefinitionInput.Builder> appDefinition)The definition specifying the cards and flow of the generated Q App.PredictAppDefinition.BuilderPredictAppDefinition.Builder. appDefinition(AppDefinitionInput appDefinition)The definition specifying the cards and flow of the generated Q App.static PredictAppDefinition.BuilderPredictAppDefinition. builder()PredictAppDefinition.BuilderPredictAppDefinition.Builder. description(String description)The description of the generated Q App definition.PredictAppDefinition.BuilderPredictAppDefinition.Builder. title(String title)The title of the generated Q App definition.PredictAppDefinition.BuilderPredictAppDefinition. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type PredictAppDefinition.Builder Modifier and Type Method Description static Class<? extends PredictAppDefinition.Builder>PredictAppDefinition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type PredictAppDefinition.Builder Modifier and Type Method Description default PredictQAppResponse.BuilderPredictQAppResponse.Builder. app(Consumer<PredictAppDefinition.Builder> app)The generated Q App definition.
-