Class CfnSessionLoggerPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.CfnSessionLoggerPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSessionLoggerPropsMixin>
- Enclosing class:
CfnSessionLoggerPropsMixin
@Stability(Stable)
public static final class CfnSessionLoggerPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSessionLoggerPropsMixin>
A fluent builder for
CfnSessionLoggerPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionadditionalEncryptionContext(Map<String, String> additionalEncryptionContext) The additional encryption context of the session logger.additionalEncryptionContext(IResolvable additionalEncryptionContext) The additional encryption context of the session logger.build()create()create(CfnPropertyMixinOptions options) customerManagedKey(String customerManagedKey) The custom managed key of the session logger.displayName(String displayName) The human-readable display name.The filter that specifies which events to monitor.eventFilter(IResolvable eventFilter) The filter that specifies which events to monitor.logConfiguration(CfnSessionLoggerPropsMixin.LogConfigurationProperty logConfiguration) The configuration that specifies where logs are fowarded.logConfiguration(IResolvable logConfiguration) The configuration that specifies where logs are fowarded.The tags of the session logger.
-
Method Details
-
create
@Stability(Stable) public static CfnSessionLoggerPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSessionLoggerPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSessionLoggerPropsMixin.Builder.
-
additionalEncryptionContext
@Stability(Stable) public CfnSessionLoggerPropsMixin.Builder additionalEncryptionContext(Map<String, String> additionalEncryptionContext) The additional encryption context of the session logger.- Parameters:
additionalEncryptionContext- The additional encryption context of the session logger. This parameter is required.- Returns:
this- See Also:
-
additionalEncryptionContext
@Stability(Stable) public CfnSessionLoggerPropsMixin.Builder additionalEncryptionContext(IResolvable additionalEncryptionContext) The additional encryption context of the session logger.- Parameters:
additionalEncryptionContext- The additional encryption context of the session logger. This parameter is required.- Returns:
this- See Also:
-
customerManagedKey
@Stability(Stable) public CfnSessionLoggerPropsMixin.Builder customerManagedKey(String customerManagedKey) The custom managed key of the session logger.- Parameters:
customerManagedKey- The custom managed key of the session logger. This parameter is required.- Returns:
this- See Also:
-
displayName
The human-readable display name.- Parameters:
displayName- The human-readable display name. This parameter is required.- Returns:
this- See Also:
-
eventFilter
The filter that specifies which events to monitor.- Parameters:
eventFilter- The filter that specifies which events to monitor. This parameter is required.- Returns:
this- See Also:
-
eventFilter
@Stability(Stable) public CfnSessionLoggerPropsMixin.Builder eventFilter(CfnSessionLoggerPropsMixin.EventFilterProperty eventFilter) The filter that specifies which events to monitor.- Parameters:
eventFilter- The filter that specifies which events to monitor. This parameter is required.- Returns:
this- See Also:
-
logConfiguration
@Stability(Stable) public CfnSessionLoggerPropsMixin.Builder logConfiguration(IResolvable logConfiguration) The configuration that specifies where logs are fowarded.- Parameters:
logConfiguration- The configuration that specifies where logs are fowarded. This parameter is required.- Returns:
this- See Also:
-
logConfiguration
@Stability(Stable) public CfnSessionLoggerPropsMixin.Builder logConfiguration(CfnSessionLoggerPropsMixin.LogConfigurationProperty logConfiguration) The configuration that specifies where logs are fowarded.- Parameters:
logConfiguration- The configuration that specifies where logs are fowarded. This parameter is required.- Returns:
this- See Also:
-
tags
The tags of the session logger.- Parameters:
tags- The tags of the session logger. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSessionLoggerPropsMixin>- Returns:
- a newly built instance of
CfnSessionLoggerPropsMixin.
-