Uses of Class
software.amazon.awscdk.services.workspacesweb.CfnPortalProps.Builder
Packages that use CfnPortalProps.Builder
Package
Description
AWS::WorkSpacesWeb Construct Library
-
Uses of CfnPortalProps.Builder in software.amazon.awscdk.services.workspacesweb
Methods in software.amazon.awscdk.services.workspacesweb that return CfnPortalProps.BuilderModifier and TypeMethodDescriptionCfnPortalProps.Builder.additionalEncryptionContext(Map<String, String> additionalEncryptionContext) Sets the value ofCfnPortalProps.getAdditionalEncryptionContext()CfnPortalProps.Builder.additionalEncryptionContext(IResolvable additionalEncryptionContext) Sets the value ofCfnPortalProps.getAdditionalEncryptionContext()CfnPortalProps.Builder.authenticationType(String authenticationType) Sets the value ofCfnPortalProps.getAuthenticationType()CfnPortalProps.Builder.browserSettingsArn(String browserSettingsArn) Sets the value ofCfnPortalProps.getBrowserSettingsArn()static CfnPortalProps.BuilderCfnPortalProps.builder()CfnPortalProps.Builder.customerManagedKey(String customerManagedKey) Sets the value ofCfnPortalProps.getCustomerManagedKey()CfnPortalProps.Builder.dataProtectionSettingsArn(String dataProtectionSettingsArn) Sets the value ofCfnPortalProps.getDataProtectionSettingsArn()CfnPortalProps.Builder.displayName(String displayName) Sets the value ofCfnPortalProps.getDisplayName()CfnPortalProps.Builder.instanceType(String instanceType) Sets the value ofCfnPortalProps.getInstanceType()CfnPortalProps.Builder.ipAccessSettingsArn(String ipAccessSettingsArn) Sets the value ofCfnPortalProps.getIpAccessSettingsArn()CfnPortalProps.Builder.maxConcurrentSessions(Number maxConcurrentSessions) Sets the value ofCfnPortalProps.getMaxConcurrentSessions()CfnPortalProps.Builder.networkSettingsArn(String networkSettingsArn) Sets the value ofCfnPortalProps.getNetworkSettingsArn()CfnPortalProps.Builder.sessionLoggerArn(String sessionLoggerArn) Sets the value ofCfnPortalProps.getSessionLoggerArn()Sets the value ofCfnPortalProps.getTags()CfnPortalProps.Builder.trustStoreArn(String trustStoreArn) Sets the value ofCfnPortalProps.getTrustStoreArn()CfnPortalProps.Builder.userAccessLoggingSettingsArn(String userAccessLoggingSettingsArn) Sets the value ofCfnPortalProps.getUserAccessLoggingSettingsArn()CfnPortalProps.Builder.userSettingsArn(String userSettingsArn) Sets the value ofCfnPortalProps.getUserSettingsArn()Constructors in software.amazon.awscdk.services.workspacesweb with parameters of type CfnPortalProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnPortalProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPortalProps.Builder.