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