Class RecordingConfig.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.RecordingConfig.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RecordingConfig>
- Enclosing interface:
RecordingConfig
@Stability(Stable)
public static final class RecordingConfig.Builder
extends Object
implements software.amazon.jsii.Builder<RecordingConfig>
A builder for
RecordingConfig-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofRecordingConfig.getEnabled()s3Location(Location s3Location) Sets the value ofRecordingConfig.getS3Location()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
Sets the value ofRecordingConfig.getEnabled()- Parameters:
enabled- Whether recording is enabled.- Returns:
this
-
s3Location
Sets the value ofRecordingConfig.getS3Location()- Parameters:
s3Location- S3 Location Configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RecordingConfig>- Returns:
- a new instance of
RecordingConfig - Throws:
NullPointerException- if any required attribute was not provided
-