Uses of Class
software.amazon.awscdk.services.workspacesweb.CfnSessionLoggerProps.Builder
Packages that use CfnSessionLoggerProps.Builder
Package
Description
AWS::WorkSpacesWeb Construct Library
-
Uses of CfnSessionLoggerProps.Builder in software.amazon.awscdk.services.workspacesweb
Methods in software.amazon.awscdk.services.workspacesweb that return CfnSessionLoggerProps.BuilderModifier and TypeMethodDescriptionCfnSessionLoggerProps.Builder.additionalEncryptionContext
(Map<String, String> additionalEncryptionContext) Sets the value ofCfnSessionLoggerProps.getAdditionalEncryptionContext()
CfnSessionLoggerProps.Builder.additionalEncryptionContext
(IResolvable additionalEncryptionContext) Sets the value ofCfnSessionLoggerProps.getAdditionalEncryptionContext()
CfnSessionLoggerProps.builder()
CfnSessionLoggerProps.Builder.customerManagedKey
(String customerManagedKey) Sets the value ofCfnSessionLoggerProps.getCustomerManagedKey()
CfnSessionLoggerProps.Builder.displayName
(String displayName) Sets the value ofCfnSessionLoggerProps.getDisplayName()
CfnSessionLoggerProps.Builder.eventFilter
(IResolvable eventFilter) Sets the value ofCfnSessionLoggerProps.getEventFilter()
CfnSessionLoggerProps.Builder.eventFilter
(CfnSessionLogger.EventFilterProperty eventFilter) Sets the value ofCfnSessionLoggerProps.getEventFilter()
CfnSessionLoggerProps.Builder.logConfiguration
(IResolvable logConfiguration) Sets the value ofCfnSessionLoggerProps.getLogConfiguration()
CfnSessionLoggerProps.Builder.logConfiguration
(CfnSessionLogger.LogConfigurationProperty logConfiguration) Sets the value ofCfnSessionLoggerProps.getLogConfiguration()
Sets the value ofCfnSessionLoggerProps.getTags()
Constructors in software.amazon.awscdk.services.workspacesweb with parameters of type CfnSessionLoggerProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnSessionLoggerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSessionLoggerProps.Builder
.