Uses of Class
software.amazon.awscdk.services.workspacesweb.CfnPortalProps.Builder
Package
Description
AWS::WorkSpacesWeb Construct Library
-
Uses of CfnPortalProps.Builder in software.amazon.awscdk.services.workspacesweb
Modifier 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.Builder
CfnPortalProps.builder()
CfnPortalProps.Builder.customerManagedKey
(String customerManagedKey) Sets the value ofCfnPortalProps.getCustomerManagedKey()
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()
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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPortalProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPortalProps.Builder
.