@Stability(value=Stable) public static final class CfnPublicKey.Builder extends Object implements software.amazon.jsii.Builder<CfnPublicKey>
CfnPublicKey.| Modifier and Type | Method and Description |
|---|---|
CfnPublicKey |
build() |
static CfnPublicKey.Builder |
create(software.constructs.Construct scope,
String id) |
CfnPublicKey.Builder |
publicKeyConfig(CfnPublicKey.PublicKeyConfigProperty publicKeyConfig)
Configuration information about a public key that you can use with [signed URLs and signed cookies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) , or with [field-level encryption](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html) .
|
CfnPublicKey.Builder |
publicKeyConfig(IResolvable publicKeyConfig)
Configuration information about a public key that you can use with [signed URLs and signed cookies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) , or with [field-level encryption](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html) .
|
@Stability(value=Stable) public static CfnPublicKey.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnPublicKey.PublicKeyConfigProperty.Builder.@Stability(value=Stable) public CfnPublicKey.Builder publicKeyConfig(CfnPublicKey.PublicKeyConfigProperty publicKeyConfig)
publicKeyConfig - Configuration information about a public key that you can use with [signed URLs and signed cookies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) , or with [field-level encryption](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html) . This parameter is required.this@Stability(value=Stable) public CfnPublicKey.Builder publicKeyConfig(IResolvable publicKeyConfig)
publicKeyConfig - Configuration information about a public key that you can use with [signed URLs and signed cookies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) , or with [field-level encryption](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html) . This parameter is required.this@Stability(value=Stable) public CfnPublicKey build()
build in interface software.amazon.jsii.Builder<CfnPublicKey>Copyright © 2022. All rights reserved.