Class CfnCodeInterpreterCustomPropsMixin.CertificateProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnCodeInterpreterCustomPropsMixin.CertificateProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCodeInterpreterCustomPropsMixin.CertificateProperty>
- Enclosing interface:
CfnCodeInterpreterCustomPropsMixin.CertificateProperty
@Stability(Stable)
public static final class CfnCodeInterpreterCustomPropsMixin.CertificateProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCodeInterpreterCustomPropsMixin.CertificateProperty>
A builder for
CfnCodeInterpreterCustomPropsMixin.CertificateProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.certificateLocation(CfnCodeInterpreterCustomPropsMixin.CertificateLocationProperty certificateLocation) certificateLocation(IResolvable certificateLocation)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
certificateLocation
@Stability(Stable) public CfnCodeInterpreterCustomPropsMixin.CertificateProperty.Builder certificateLocation(IResolvable certificateLocation) - Parameters:
certificateLocation- Certificate location in Secrets Manager.- Returns:
this
-
certificateLocation
@Stability(Stable) public CfnCodeInterpreterCustomPropsMixin.CertificateProperty.Builder certificateLocation(CfnCodeInterpreterCustomPropsMixin.CertificateLocationProperty certificateLocation) - Parameters:
certificateLocation- Certificate location in Secrets Manager.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCodeInterpreterCustomPropsMixin.CertificateProperty>- Returns:
- a new instance of
CfnCodeInterpreterCustomPropsMixin.CertificateProperty - Throws:
NullPointerException- if any required attribute was not provided
-