Class CfnSessionLoggerPropsMixin.LogConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.CfnSessionLoggerPropsMixin.LogConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSessionLoggerPropsMixin.LogConfigurationProperty>
- Enclosing interface:
CfnSessionLoggerPropsMixin.LogConfigurationProperty
@Stability(Stable)
public static final class CfnSessionLoggerPropsMixin.LogConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSessionLoggerPropsMixin.LogConfigurationProperty>
A builder for
CfnSessionLoggerPropsMixin.LogConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnSessionLoggerPropsMixin.LogConfigurationProperty.getS3()s3(IResolvable s3) Sets the value ofCfnSessionLoggerPropsMixin.LogConfigurationProperty.getS3()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3
@Stability(Stable) public CfnSessionLoggerPropsMixin.LogConfigurationProperty.Builder s3(IResolvable s3) Sets the value ofCfnSessionLoggerPropsMixin.LogConfigurationProperty.getS3()- Parameters:
s3- The configuration for delivering the logs to S3.- Returns:
this
-
s3
@Stability(Stable) public CfnSessionLoggerPropsMixin.LogConfigurationProperty.Builder s3(CfnSessionLoggerPropsMixin.S3LogConfigurationProperty s3) Sets the value ofCfnSessionLoggerPropsMixin.LogConfigurationProperty.getS3()- Parameters:
s3- The configuration for delivering the logs to S3.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSessionLoggerPropsMixin.LogConfigurationProperty>- Returns:
- a new instance of
CfnSessionLoggerPropsMixin.LogConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-