@Stability(value=Stable) public static final class CfnCodeSigningConfigProps.Builder extends Object implements software.amazon.jsii.Builder<CfnCodeSigningConfigProps>
CfnCodeSigningConfigProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCodeSigningConfigProps.Builder |
allowedPublishers(CfnCodeSigningConfig.AllowedPublishersProperty allowedPublishers)
Sets the value of
CfnCodeSigningConfigProps.getAllowedPublishers() |
CfnCodeSigningConfigProps.Builder |
allowedPublishers(IResolvable allowedPublishers)
Sets the value of
CfnCodeSigningConfigProps.getAllowedPublishers() |
CfnCodeSigningConfigProps |
build()
Builds the configured instance.
|
CfnCodeSigningConfigProps.Builder |
codeSigningPolicies(CfnCodeSigningConfig.CodeSigningPoliciesProperty codeSigningPolicies)
Sets the value of
CfnCodeSigningConfigProps.getCodeSigningPolicies() |
CfnCodeSigningConfigProps.Builder |
codeSigningPolicies(IResolvable codeSigningPolicies)
Sets the value of
CfnCodeSigningConfigProps.getCodeSigningPolicies() |
CfnCodeSigningConfigProps.Builder |
description(String description)
Sets the value of
CfnCodeSigningConfigProps.getDescription() |
@Stability(value=Stable) public CfnCodeSigningConfigProps.Builder allowedPublishers(CfnCodeSigningConfig.AllowedPublishersProperty allowedPublishers)
CfnCodeSigningConfigProps.getAllowedPublishers()allowedPublishers - `AWS::Lambda::CodeSigningConfig.AllowedPublishers`. This parameter is required.this@Stability(value=Stable) public CfnCodeSigningConfigProps.Builder allowedPublishers(IResolvable allowedPublishers)
CfnCodeSigningConfigProps.getAllowedPublishers()allowedPublishers - `AWS::Lambda::CodeSigningConfig.AllowedPublishers`. This parameter is required.this@Stability(value=Stable) public CfnCodeSigningConfigProps.Builder codeSigningPolicies(CfnCodeSigningConfig.CodeSigningPoliciesProperty codeSigningPolicies)
CfnCodeSigningConfigProps.getCodeSigningPolicies()codeSigningPolicies - `AWS::Lambda::CodeSigningConfig.CodeSigningPolicies`.this@Stability(value=Stable) public CfnCodeSigningConfigProps.Builder codeSigningPolicies(IResolvable codeSigningPolicies)
CfnCodeSigningConfigProps.getCodeSigningPolicies()codeSigningPolicies - `AWS::Lambda::CodeSigningConfig.CodeSigningPolicies`.this@Stability(value=Stable) public CfnCodeSigningConfigProps.Builder description(String description)
CfnCodeSigningConfigProps.getDescription()description - `AWS::Lambda::CodeSigningConfig.Description`.this@Stability(value=Stable) public CfnCodeSigningConfigProps build()
build in interface software.amazon.jsii.Builder<CfnCodeSigningConfigProps>CfnCodeSigningConfigPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.