Class CfnTrustStoreMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnTrustStoreMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrustStoreMixinProps>
- Enclosing interface:
CfnTrustStoreMixinProps
@Stability(Stable)
public static final class CfnTrustStoreMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrustStoreMixinProps>
A builder for
CfnTrustStoreMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.caCertificatesBundleSource(CfnTrustStorePropsMixin.CaCertificatesBundleSourceProperty caCertificatesBundleSource) Sets the value ofCfnTrustStoreMixinProps.getCaCertificatesBundleSource()caCertificatesBundleSource(IResolvable caCertificatesBundleSource) Sets the value ofCfnTrustStoreMixinProps.getCaCertificatesBundleSource()Sets the value ofCfnTrustStoreMixinProps.getName()Sets the value ofCfnTrustStoreMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
caCertificatesBundleSource
@Stability(Stable) public CfnTrustStoreMixinProps.Builder caCertificatesBundleSource(IResolvable caCertificatesBundleSource) Sets the value ofCfnTrustStoreMixinProps.getCaCertificatesBundleSource()- Parameters:
caCertificatesBundleSource- A CA certificates bundle source.- Returns:
this
-
caCertificatesBundleSource
@Stability(Stable) public CfnTrustStoreMixinProps.Builder caCertificatesBundleSource(CfnTrustStorePropsMixin.CaCertificatesBundleSourceProperty caCertificatesBundleSource) Sets the value ofCfnTrustStoreMixinProps.getCaCertificatesBundleSource()- Parameters:
caCertificatesBundleSource- A CA certificates bundle source.- Returns:
this
-
name
Sets the value ofCfnTrustStoreMixinProps.getName()- Parameters:
name- The trust store's name.- Returns:
this
-
tags
Sets the value ofCfnTrustStoreMixinProps.getTags()- Parameters:
tags- A complex type that contains zero or moreTagelements.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTrustStoreMixinProps>- Returns:
- a new instance of
CfnTrustStoreMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-