Class CfnTrustStoreMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2.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.caCertificatesBundleS3Bucket(String caCertificatesBundleS3Bucket) Sets the value ofCfnTrustStoreMixinProps.getCaCertificatesBundleS3Bucket()caCertificatesBundleS3Key(String caCertificatesBundleS3Key) Sets the value ofCfnTrustStoreMixinProps.getCaCertificatesBundleS3Key()caCertificatesBundleS3ObjectVersion(String caCertificatesBundleS3ObjectVersion) Sets the value ofCfnTrustStoreMixinProps.getCaCertificatesBundleS3ObjectVersion()Sets the value ofCfnTrustStoreMixinProps.getName()Sets the value ofCfnTrustStoreMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
caCertificatesBundleS3Bucket
@Stability(Stable) public CfnTrustStoreMixinProps.Builder caCertificatesBundleS3Bucket(String caCertificatesBundleS3Bucket) Sets the value ofCfnTrustStoreMixinProps.getCaCertificatesBundleS3Bucket()- Parameters:
caCertificatesBundleS3Bucket- The Amazon S3 bucket for the ca certificates bundle.- Returns:
this
-
caCertificatesBundleS3Key
@Stability(Stable) public CfnTrustStoreMixinProps.Builder caCertificatesBundleS3Key(String caCertificatesBundleS3Key) Sets the value ofCfnTrustStoreMixinProps.getCaCertificatesBundleS3Key()- Parameters:
caCertificatesBundleS3Key- The Amazon S3 path for the ca certificates bundle.- Returns:
this
-
caCertificatesBundleS3ObjectVersion
@Stability(Stable) public CfnTrustStoreMixinProps.Builder caCertificatesBundleS3ObjectVersion(String caCertificatesBundleS3ObjectVersion) Sets the value ofCfnTrustStoreMixinProps.getCaCertificatesBundleS3ObjectVersion()- Parameters:
caCertificatesBundleS3ObjectVersion- The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.- Returns:
this
-
name
Sets the value ofCfnTrustStoreMixinProps.getName()- Parameters:
name- The name of the trust store.- Returns:
this
-
tags
Sets the value ofCfnTrustStoreMixinProps.getTags()- Parameters:
tags- The tags to assign to the trust store.- 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
-