Class CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty>
- Enclosing interface:
CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty
@Stability(Stable)
public static final class CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty.getKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucket
@Stability(Stable) public CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty.Builder bucket(String bucket) - Parameters:
bucket- The S3 bucket.- Returns:
this
-
key
@Stability(Stable) public CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty.Builder key(String key) Sets the value ofCfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty.getKey()- Parameters:
key- The location's key.- Returns:
this
-
region
@Stability(Stable) public CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty.Builder region(String region) - Parameters:
region- The location's Region.- Returns:
this
-
version
@Stability(Stable) public CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty.Builder version(String version) - Parameters:
version- The location's version.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty>- Returns:
- a new instance of
CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-