Uses of Class
software.amazon.awscdk.services.lambda.CodeSigningConfigProps.Builder
-
Uses of CodeSigningConfigProps.Builder in software.amazon.awscdk.services.lambda
Modifier 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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CodeSigningConfigProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCodeSigningConfigProps.Builder
.