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