Class CfnPublicKey.Builder
java.lang.Object
software.amazon.awscdk.services.cloudfront.CfnPublicKey.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPublicKey>
- Enclosing class:
CfnPublicKey
@Stability(Stable)
public static final class CfnPublicKey.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPublicKey>
A fluent builder for
CfnPublicKey.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnPublicKey.BuilderpublicKeyConfig(IResolvable publicKeyConfig) Configuration information about a public key that you can use with signed URLs and signed cookies , or with field-level encryption .publicKeyConfig(CfnPublicKey.PublicKeyConfigProperty publicKeyConfig) Configuration information about a public key that you can use with signed URLs and signed cookies , or with field-level encryption .
-
Method Details
-
create
@Stability(Stable) public static CfnPublicKey.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
CfnPublicKey.Builder.
-
publicKeyConfig
Configuration information about a public key that you can use with signed URLs and signed cookies , or with field-level encryption .- Parameters:
publicKeyConfig- Configuration information about a public key that you can use with signed URLs and signed cookies , or with field-level encryption . This parameter is required.- Returns:
this- See Also:
-
publicKeyConfig
@Stability(Stable) public CfnPublicKey.Builder publicKeyConfig(CfnPublicKey.PublicKeyConfigProperty publicKeyConfig) Configuration information about a public key that you can use with signed URLs and signed cookies , or with field-level encryption .- Parameters:
publicKeyConfig- Configuration information about a public key that you can use with signed URLs and signed cookies , or with field-level encryption . This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPublicKey>- Returns:
- a newly built instance of
CfnPublicKey.
-