Uses of Class
software.amazon.awscdk.services.quicksight.CfnDashboard.Builder
Packages that use CfnDashboard.Builder
-
Uses of CfnDashboard.Builder in software.amazon.awscdk.services.quicksight
Methods in software.amazon.awscdk.services.quicksight that return CfnDashboard.BuilderModifier and TypeMethodDescriptionCfnDashboard.Builder.awsAccountId(String awsAccountId) The ID of the AWS account where you want to create the dashboard.static CfnDashboard.BuilderCfnDashboard.Builder.dashboardId(String dashboardId) The ID for the dashboard, also added to the IAM policy.CfnDashboard.Builder.dashboardPublishOptions(IResolvable dashboardPublishOptions) Options for publishing the dashboard when you create it:.CfnDashboard.Builder.dashboardPublishOptions(CfnDashboard.DashboardPublishOptionsProperty dashboardPublishOptions) Options for publishing the dashboard when you create it:.CfnDashboard.Builder.definition(IResolvable definition) AWS::QuickSight::Dashboard.Definition.CfnDashboard.Builder.definition(CfnDashboard.DashboardVersionDefinitionProperty definition) AWS::QuickSight::Dashboard.Definition.The display name of the dashboard.CfnDashboard.Builder.parameters(IResolvable parameters) The parameters for the creation of the dashboard, which you want to use to override the default settings.CfnDashboard.Builder.parameters(CfnDashboard.ParametersProperty parameters) The parameters for the creation of the dashboard, which you want to use to override the default settings.CfnDashboard.Builder.permissions(List<? extends Object> permissions) A structure that contains the permissions of the dashboard.CfnDashboard.Builder.permissions(IResolvable permissions) A structure that contains the permissions of the dashboard.CfnDashboard.Builder.sourceEntity(IResolvable sourceEntity) The entity that you are using as a source when you create the dashboard.CfnDashboard.Builder.sourceEntity(CfnDashboard.DashboardSourceEntityProperty sourceEntity) The entity that you are using as a source when you create the dashboard.Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.The Amazon Resource Name (ARN) of the theme that is being used for this dashboard.CfnDashboard.Builder.versionDescription(String versionDescription) A description for the first version of the dashboard being created.