Class CfnCodeSigningConfigPropsMixin.AllowedPublishersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnCodeSigningConfigPropsMixin.AllowedPublishersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCodeSigningConfigPropsMixin.AllowedPublishersProperty>
- Enclosing interface:
CfnCodeSigningConfigPropsMixin.AllowedPublishersProperty
@Stability(Stable)
public static final class CfnCodeSigningConfigPropsMixin.AllowedPublishersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCodeSigningConfigPropsMixin.AllowedPublishersProperty>
A builder for
CfnCodeSigningConfigPropsMixin.AllowedPublishersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.signingProfileVersionArns(List<? extends Object> signingProfileVersionArns)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
signingProfileVersionArns
@Stability(Stable) public CfnCodeSigningConfigPropsMixin.AllowedPublishersProperty.Builder signingProfileVersionArns(List<? extends Object> signingProfileVersionArns) Sets the value ofCfnCodeSigningConfigPropsMixin.AllowedPublishersProperty.getSigningProfileVersionArns()- Parameters:
signingProfileVersionArns- The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCodeSigningConfigPropsMixin.AllowedPublishersProperty>- Returns:
- a new instance of
CfnCodeSigningConfigPropsMixin.AllowedPublishersProperty - Throws:
NullPointerException- if any required attribute was not provided
-