Class CfnTrustStoreProps.Builder
java.lang.Object
software.amazon.awscdk.services.elasticloadbalancingv2.CfnTrustStoreProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrustStoreProps>
- Enclosing interface:
CfnTrustStoreProps
@Stability(Stable)
public static final class CfnTrustStoreProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrustStoreProps>
A builder for
CfnTrustStoreProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.caCertificatesBundleS3Bucket(String caCertificatesBundleS3Bucket) Sets the value ofCfnTrustStoreProps.getCaCertificatesBundleS3Bucket()caCertificatesBundleS3Key(String caCertificatesBundleS3Key) Sets the value ofCfnTrustStoreProps.getCaCertificatesBundleS3Key()caCertificatesBundleS3ObjectVersion(String caCertificatesBundleS3ObjectVersion) Sets the value ofCfnTrustStoreProps.getCaCertificatesBundleS3ObjectVersion()Sets the value ofCfnTrustStoreProps.getName()Sets the value ofCfnTrustStoreProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
caCertificatesBundleS3Bucket
@Stability(Stable) public CfnTrustStoreProps.Builder caCertificatesBundleS3Bucket(String caCertificatesBundleS3Bucket) Sets the value ofCfnTrustStoreProps.getCaCertificatesBundleS3Bucket()- Parameters:
caCertificatesBundleS3Bucket- The Amazon S3 bucket for the ca certificates bundle.- Returns:
this
-
caCertificatesBundleS3Key
@Stability(Stable) public CfnTrustStoreProps.Builder caCertificatesBundleS3Key(String caCertificatesBundleS3Key) Sets the value ofCfnTrustStoreProps.getCaCertificatesBundleS3Key()- Parameters:
caCertificatesBundleS3Key- The Amazon S3 path for the ca certificates bundle.- Returns:
this
-
caCertificatesBundleS3ObjectVersion
@Stability(Stable) public CfnTrustStoreProps.Builder caCertificatesBundleS3ObjectVersion(String caCertificatesBundleS3ObjectVersion) Sets the value ofCfnTrustStoreProps.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 ofCfnTrustStoreProps.getName()- Parameters:
name- The name of the trust store.- Returns:
this
-
tags
Sets the value ofCfnTrustStoreProps.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<CfnTrustStoreProps>- Returns:
- a new instance of
CfnTrustStoreProps - Throws:
NullPointerException- if any required attribute was not provided
-