Uses of Class
software.amazon.awscdk.services.quicksight.CfnFolderProps.Builder
-
Uses of CfnFolderProps.Builder in software.amazon.awscdk.services.quicksight
Modifier and TypeMethodDescriptionCfnFolderProps.Builder.awsAccountId
(String awsAccountId) Sets the value ofCfnFolderProps.getAwsAccountId()
static CfnFolderProps.Builder
CfnFolderProps.builder()
Sets the value ofCfnFolderProps.getFolderId()
CfnFolderProps.Builder.folderType
(String folderType) Sets the value ofCfnFolderProps.getFolderType()
Sets the value ofCfnFolderProps.getName()
CfnFolderProps.Builder.parentFolderArn
(String parentFolderArn) Sets the value ofCfnFolderProps.getParentFolderArn()
CfnFolderProps.Builder.permissions
(List<? extends Object> permissions) Sets the value ofCfnFolderProps.getPermissions()
CfnFolderProps.Builder.permissions
(IResolvable permissions) Sets the value ofCfnFolderProps.getPermissions()
CfnFolderProps.Builder.sharingModel
(String sharingModel) Sets the value ofCfnFolderProps.getSharingModel()
Sets the value ofCfnFolderProps.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFolderProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFolderProps.Builder
.