@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(IResolvable allowedPublishers)
CfnCodeSigningConfigProps.getAllowedPublishers()allowedPublishers - List of allowed publishers. This parameter is required.this@Stability(value=Stable) public CfnCodeSigningConfigProps.Builder allowedPublishers(CfnCodeSigningConfig.AllowedPublishersProperty allowedPublishers)
CfnCodeSigningConfigProps.getAllowedPublishers()allowedPublishers - List of allowed publishers. This parameter is required.this@Stability(value=Stable) public CfnCodeSigningConfigProps.Builder codeSigningPolicies(IResolvable codeSigningPolicies)
CfnCodeSigningConfigProps.getCodeSigningPolicies()codeSigningPolicies - The code signing policy controls the validation failure action for signature mismatch or expiry.this@Stability(value=Stable) public CfnCodeSigningConfigProps.Builder codeSigningPolicies(CfnCodeSigningConfig.CodeSigningPoliciesProperty codeSigningPolicies)
CfnCodeSigningConfigProps.getCodeSigningPolicies()codeSigningPolicies - The code signing policy controls the validation failure action for signature mismatch or expiry.this@Stability(value=Stable) public CfnCodeSigningConfigProps.Builder description(String description)
CfnCodeSigningConfigProps.getDescription()description - Code signing configuration description.this@Stability(value=Stable) public CfnCodeSigningConfigProps build()
build in interface software.amazon.jsii.Builder<CfnCodeSigningConfigProps>CfnCodeSigningConfigPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.