Class CfnPublicKeyPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnPublicKeyPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPublicKeyPropsMixin>
- Enclosing class:
CfnPublicKeyPropsMixin
@Stability(Stable)
public static final class CfnPublicKeyPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPublicKeyPropsMixin>
A fluent builder for
CfnPublicKeyPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) publicKeyConfig(CfnPublicKeyPropsMixin.PublicKeyConfigProperty publicKeyConfig) Configuration information about a public key that you can use with signed URLs and signed cookies , or with field-level encryption .publicKeyConfig(IResolvable 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 CfnPublicKeyPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPublicKeyPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPublicKeyPropsMixin.Builder.
-
publicKeyConfig
@Stability(Stable) public CfnPublicKeyPropsMixin.Builder publicKeyConfig(IResolvable 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 CfnPublicKeyPropsMixin.Builder publicKeyConfig(CfnPublicKeyPropsMixin.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<CfnPublicKeyPropsMixin>- Returns:
- a newly built instance of
CfnPublicKeyPropsMixin.
-