Class CfnTrustStore.CaCertificatesBundleSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cloudfront.CfnTrustStore.CaCertificatesBundleSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrustStore.CaCertificatesBundleSourceProperty>
- Enclosing interface:
CfnTrustStore.CaCertificatesBundleSourceProperty
@Stability(Stable)
public static final class CfnTrustStore.CaCertificatesBundleSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrustStore.CaCertificatesBundleSourceProperty>
A builder for
CfnTrustStore.CaCertificatesBundleSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.caCertificatesBundleS3Location(IResolvable caCertificatesBundleS3Location) caCertificatesBundleS3Location(CfnTrustStore.CaCertificatesBundleS3LocationProperty caCertificatesBundleS3Location)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
caCertificatesBundleS3Location
@Stability(Stable) public CfnTrustStore.CaCertificatesBundleSourceProperty.Builder caCertificatesBundleS3Location(IResolvable caCertificatesBundleS3Location) Sets the value ofCfnTrustStore.CaCertificatesBundleSourceProperty.getCaCertificatesBundleS3Location()- Parameters:
caCertificatesBundleS3Location- The CA certificates bundle location in Amazon S3. This parameter is required.- Returns:
this
-
caCertificatesBundleS3Location
@Stability(Stable) public CfnTrustStore.CaCertificatesBundleSourceProperty.Builder caCertificatesBundleS3Location(CfnTrustStore.CaCertificatesBundleS3LocationProperty caCertificatesBundleS3Location) Sets the value ofCfnTrustStore.CaCertificatesBundleSourceProperty.getCaCertificatesBundleS3Location()- Parameters:
caCertificatesBundleS3Location- The CA certificates bundle location in Amazon S3. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTrustStore.CaCertificatesBundleSourceProperty>- Returns:
- a new instance of
CfnTrustStore.CaCertificatesBundleSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-