Uses of Class
software.amazon.awscdk.services.lambda.CfnCodeSigningConfigProps.Builder
Packages that use CfnCodeSigningConfigProps.Builder
-
Uses of CfnCodeSigningConfigProps.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return CfnCodeSigningConfigProps.BuilderModifier and TypeMethodDescriptionCfnCodeSigningConfigProps.Builder.allowedPublishers(IResolvable allowedPublishers) Sets the value ofCfnCodeSigningConfigProps.getAllowedPublishers()CfnCodeSigningConfigProps.Builder.allowedPublishers(CfnCodeSigningConfig.AllowedPublishersProperty allowedPublishers) Sets the value ofCfnCodeSigningConfigProps.getAllowedPublishers()CfnCodeSigningConfigProps.builder()CfnCodeSigningConfigProps.Builder.codeSigningPolicies(IResolvable codeSigningPolicies) Sets the value ofCfnCodeSigningConfigProps.getCodeSigningPolicies()CfnCodeSigningConfigProps.Builder.codeSigningPolicies(CfnCodeSigningConfig.CodeSigningPoliciesProperty codeSigningPolicies) Sets the value ofCfnCodeSigningConfigProps.getCodeSigningPolicies()CfnCodeSigningConfigProps.Builder.description(String description) Sets the value ofCfnCodeSigningConfigProps.getDescription()Sets the value ofCfnCodeSigningConfigProps.getTags()Constructors in software.amazon.awscdk.services.lambda with parameters of type CfnCodeSigningConfigProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCodeSigningConfigProps.Builder.