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