Class CfnPublicKeyMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnPublicKeyMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPublicKeyMixinProps>
- Enclosing interface:
CfnPublicKeyMixinProps
@Stability(Stable)
public static final class CfnPublicKeyMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPublicKeyMixinProps>
A builder for
CfnPublicKeyMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.publicKeyConfig(CfnPublicKeyPropsMixin.PublicKeyConfigProperty publicKeyConfig) Sets the value ofCfnPublicKeyMixinProps.getPublicKeyConfig()publicKeyConfig(IResolvable publicKeyConfig) Sets the value ofCfnPublicKeyMixinProps.getPublicKeyConfig()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
publicKeyConfig
@Stability(Stable) public CfnPublicKeyMixinProps.Builder publicKeyConfig(IResolvable publicKeyConfig) Sets the value ofCfnPublicKeyMixinProps.getPublicKeyConfig()- Parameters:
publicKeyConfig- Configuration information about a public key that you can use with signed URLs and signed cookies , or with field-level encryption .- Returns:
this
-
publicKeyConfig
@Stability(Stable) public CfnPublicKeyMixinProps.Builder publicKeyConfig(CfnPublicKeyPropsMixin.PublicKeyConfigProperty publicKeyConfig) Sets the value ofCfnPublicKeyMixinProps.getPublicKeyConfig()- Parameters:
publicKeyConfig- Configuration information about a public key that you can use with signed URLs and signed cookies , or with field-level encryption .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPublicKeyMixinProps>- Returns:
- a new instance of
CfnPublicKeyMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-