Uses of Class
software.amazon.awscdk.services.lambda.CodeSigningConfigProps.Builder
Packages that use CodeSigningConfigProps.Builder
-
Uses of CodeSigningConfigProps.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return CodeSigningConfigProps.BuilderModifier and TypeMethodDescriptionCodeSigningConfigProps.builder()CodeSigningConfigProps.Builder.description(String description) Sets the value ofCodeSigningConfigProps.getDescription()CodeSigningConfigProps.Builder.signingProfiles(List<? extends ISigningProfile> signingProfiles) Sets the value ofCodeSigningConfigProps.getSigningProfiles()CodeSigningConfigProps.Builder.untrustedArtifactOnDeployment(UntrustedArtifactOnDeployment untrustedArtifactOnDeployment) Sets the value ofCodeSigningConfigProps.getUntrustedArtifactOnDeployment()Constructors in software.amazon.awscdk.services.lambda with parameters of type CodeSigningConfigProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CodeSigningConfigProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCodeSigningConfigProps.Builder.