Class CfnTrustStorePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2.CfnTrustStorePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrustStorePropsMixin>
- Enclosing class:
CfnTrustStorePropsMixin
@Stability(Stable)
public static final class CfnTrustStorePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrustStorePropsMixin>
A fluent builder for
CfnTrustStorePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()caCertificatesBundleS3Bucket(String caCertificatesBundleS3Bucket) The Amazon S3 bucket for the ca certificates bundle.caCertificatesBundleS3Key(String caCertificatesBundleS3Key) The Amazon S3 path for the ca certificates bundle.caCertificatesBundleS3ObjectVersion(String caCertificatesBundleS3ObjectVersion) The Amazon S3 object version for the ca certificates bundle.create()create(CfnPropertyMixinOptions options) The name of the trust store.The tags to assign to the trust store.
-
Method Details
-
create
@Stability(Stable) public static CfnTrustStorePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTrustStorePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTrustStorePropsMixin.Builder.
-
caCertificatesBundleS3Bucket
@Stability(Stable) public CfnTrustStorePropsMixin.Builder caCertificatesBundleS3Bucket(String caCertificatesBundleS3Bucket) The Amazon S3 bucket for the ca certificates bundle.- Parameters:
caCertificatesBundleS3Bucket- The Amazon S3 bucket for the ca certificates bundle. This parameter is required.- Returns:
this- See Also:
-
caCertificatesBundleS3Key
@Stability(Stable) public CfnTrustStorePropsMixin.Builder caCertificatesBundleS3Key(String caCertificatesBundleS3Key) The Amazon S3 path for the ca certificates bundle.- Parameters:
caCertificatesBundleS3Key- The Amazon S3 path for the ca certificates bundle. This parameter is required.- Returns:
this- See Also:
-
caCertificatesBundleS3ObjectVersion
@Stability(Stable) public CfnTrustStorePropsMixin.Builder caCertificatesBundleS3ObjectVersion(String caCertificatesBundleS3ObjectVersion) The Amazon S3 object version for the ca certificates bundle.If undefined the current version is used.
- Parameters:
caCertificatesBundleS3ObjectVersion- The Amazon S3 object version for the ca certificates bundle. This parameter is required.- Returns:
this- See Also:
-
name
The name of the trust store.- Parameters:
name- The name of the trust store. This parameter is required.- Returns:
this- See Also:
-
tags
The tags to assign to the trust store.- Parameters:
tags- The tags to assign to the trust store. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTrustStorePropsMixin>- Returns:
- a newly built instance of
CfnTrustStorePropsMixin.
-