Class CfnBrowserCustom.RecordingConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnBrowserCustom.RecordingConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBrowserCustom.RecordingConfigProperty>
- Enclosing interface:
CfnBrowserCustom.RecordingConfigProperty
@Stability(Stable)
public static final class CfnBrowserCustom.RecordingConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBrowserCustom.RecordingConfigProperty>
A builder for
CfnBrowserCustom.RecordingConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnBrowserCustom.RecordingConfigProperty.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnBrowserCustom.RecordingConfigProperty.getEnabled()s3Location(IResolvable s3Location) Sets the value ofCfnBrowserCustom.RecordingConfigProperty.getS3Location()s3Location(CfnBrowserCustom.S3LocationProperty s3Location) Sets the value ofCfnBrowserCustom.RecordingConfigProperty.getS3Location()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
Sets the value ofCfnBrowserCustom.RecordingConfigProperty.getEnabled()- Parameters:
enabled- The recording configuration for a browser. This structure defines how browser sessions are recorded.- Returns:
this
-
enabled
@Stability(Stable) public CfnBrowserCustom.RecordingConfigProperty.Builder enabled(IResolvable enabled) Sets the value ofCfnBrowserCustom.RecordingConfigProperty.getEnabled()- Parameters:
enabled- The recording configuration for a browser. This structure defines how browser sessions are recorded.- Returns:
this
-
s3Location
@Stability(Stable) public CfnBrowserCustom.RecordingConfigProperty.Builder s3Location(IResolvable s3Location) Sets the value ofCfnBrowserCustom.RecordingConfigProperty.getS3Location()- Parameters:
s3Location- The S3 location.- Returns:
this
-
s3Location
@Stability(Stable) public CfnBrowserCustom.RecordingConfigProperty.Builder s3Location(CfnBrowserCustom.S3LocationProperty s3Location) Sets the value ofCfnBrowserCustom.RecordingConfigProperty.getS3Location()- Parameters:
s3Location- The S3 location.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBrowserCustom.RecordingConfigProperty>- Returns:
- a new instance of
CfnBrowserCustom.RecordingConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-