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