Uses of Class
software.amazon.awscdk.services.quicksight.CfnAgent.Builder
Packages that use CfnAgent.Builder
-
Uses of CfnAgent.Builder in software.amazon.awscdk.services.quicksight
Methods in software.amazon.awscdk.services.quicksight that return CfnAgent.BuilderModifier and TypeMethodDescriptionCfnAgent.Builder.actionConnectors(List<String> actionConnectors) A list of ActionConnector ARNs (max 10) attached to the agent.The unique identifier for the agent.CfnAgent.Builder.agentLifecycle(String agentLifecycle) The lifecycle stage of the agent.CfnAgent.Builder.awsAccountId(String awsAccountId) The ID of the Amazon Web Services account where the agent is being created.static CfnAgent.BuilderCfnAgent.Builder.customPromptInput(IResolvable customPromptInput) Custom prompt configuration.CfnAgent.Builder.customPromptInput(CfnAgent.CustomPromptInputProperty customPromptInput) Custom prompt configuration.CfnAgent.Builder.description(String description) A description of the agent.The icon identifier for the agent.The display name of the agent.A list of Space ARNs (max 10) attached to the agent.CfnAgent.Builder.starterPrompts(List<String> starterPrompts) A list of up to 3 starter prompts displayed to users.CfnAgent.Builder.tags(List<? extends CfnAgent.AgentTagProperty> tags) A list of key-value pairs to associate with the agent resource.CfnAgent.Builder.welcomeMessage(String welcomeMessage) The welcome message displayed when a user opens the agent.