Class CfnTrustStore.Builder
java.lang.Object
software.amazon.awscdk.services.elasticloadbalancingv2.CfnTrustStore.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrustStore>
- Enclosing class:
CfnTrustStore
@Stability(Stable)
public static final class CfnTrustStore.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrustStore>
A fluent builder for
CfnTrustStore
.-
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.static CfnTrustStore.Builder
The name of the trust store.The tags to assign to the trust store.
-
Method Details
-
create
@Stability(Stable) public static CfnTrustStore.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnTrustStore.Builder
.
-
caCertificatesBundleS3Bucket
@Stability(Stable) public CfnTrustStore.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 CfnTrustStore.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 CfnTrustStore.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnTrustStore>
- Returns:
- a newly built instance of
CfnTrustStore
.
-