public static final class CfnCodeSigningConfig.Builder
extends java.lang.Object
CfnCodeSigningConfig
.Modifier and Type | Method and Description |
---|---|
CfnCodeSigningConfig.Builder |
allowedPublishers(CfnCodeSigningConfig.AllowedPublishersProperty allowedPublishers)
List of allowed publishers.
|
CfnCodeSigningConfig.Builder |
allowedPublishers(IResolvable allowedPublishers)
List of allowed publishers.
|
CfnCodeSigningConfig |
build() |
CfnCodeSigningConfig.Builder |
codeSigningPolicies(CfnCodeSigningConfig.CodeSigningPoliciesProperty codeSigningPolicies)
The code signing policy controls the validation failure action for signature mismatch or expiry.
|
CfnCodeSigningConfig.Builder |
codeSigningPolicies(IResolvable codeSigningPolicies)
The code signing policy controls the validation failure action for signature mismatch or expiry.
|
static CfnCodeSigningConfig.Builder |
create(Construct scope,
java.lang.String id) |
CfnCodeSigningConfig.Builder |
description(java.lang.String description)
Code signing configuration description.
|
public static CfnCodeSigningConfig.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnCodeSigningConfig.AllowedPublishersProperty.Builder
.public CfnCodeSigningConfig.Builder allowedPublishers(IResolvable allowedPublishers)
allowedPublishers
- List of allowed publishers. This parameter is required.this
public CfnCodeSigningConfig.Builder allowedPublishers(CfnCodeSigningConfig.AllowedPublishersProperty allowedPublishers)
allowedPublishers
- List of allowed publishers. This parameter is required.this
public CfnCodeSigningConfig.Builder codeSigningPolicies(IResolvable codeSigningPolicies)
codeSigningPolicies
- The code signing policy controls the validation failure action for signature mismatch or expiry. This parameter is required.this
public CfnCodeSigningConfig.Builder codeSigningPolicies(CfnCodeSigningConfig.CodeSigningPoliciesProperty codeSigningPolicies)
codeSigningPolicies
- The code signing policy controls the validation failure action for signature mismatch or expiry. This parameter is required.this
public CfnCodeSigningConfig.Builder description(java.lang.String description)
description
- Code signing configuration description. This parameter is required.this
public CfnCodeSigningConfig build()