Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnWorkspacePropsMixin.Builder
Packages that use CfnWorkspacePropsMixin.Builder
-
Uses of CfnWorkspacePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.connect
Methods in software.amazon.awscdk.cfnpropertymixins.services.connect that return CfnWorkspacePropsMixin.BuilderModifier and TypeMethodDescriptionCfnWorkspacePropsMixin.Builder.associations(List<String> associations) The resource ARNs associated with the workspace.CfnWorkspacePropsMixin.Builder.create()CfnWorkspacePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnWorkspacePropsMixin.Builder.description(String description) The description of the workspace.CfnWorkspacePropsMixin.Builder.instanceArn(String instanceArn) The Amazon Resource Name (ARN) of the instance.The media items for the workspace.CfnWorkspacePropsMixin.Builder.media(IResolvable media) The media items for the workspace.The name of the workspace.The pages associated with the workspace.CfnWorkspacePropsMixin.Builder.pages(IResolvable pages) The pages associated with the workspace.The tags used to organize, track, or control access for the workspace.CfnWorkspacePropsMixin.Builder.theme(CfnWorkspacePropsMixin.WorkspaceThemeProperty theme) The theme configuration for the workspace, including colors and styling.CfnWorkspacePropsMixin.Builder.theme(IResolvable theme) The theme configuration for the workspace, including colors and styling.The title displayed for the workspace.CfnWorkspacePropsMixin.Builder.visibility(String visibility) Controls who can access the workspace.