Uses of Class
software.amazon.awscdk.services.lambda.CfnVersionProps.Builder
Packages that use CfnVersionProps.Builder
-
Uses of CfnVersionProps.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return CfnVersionProps.BuilderModifier and TypeMethodDescriptionstatic CfnVersionProps.BuilderCfnVersionProps.builder()CfnVersionProps.Builder.codeSha256(String codeSha256) Sets the value ofCfnVersionProps.getCodeSha256()CfnVersionProps.Builder.description(String description) Sets the value ofCfnVersionProps.getDescription()CfnVersionProps.Builder.functionName(String functionName) Sets the value ofCfnVersionProps.getFunctionName()CfnVersionProps.Builder.functionName(IFunctionRef functionName) Sets the value ofCfnVersionProps.getFunctionName()CfnVersionProps.Builder.provisionedConcurrencyConfig(IResolvable provisionedConcurrencyConfig) Sets the value ofCfnVersionProps.getProvisionedConcurrencyConfig()CfnVersionProps.Builder.provisionedConcurrencyConfig(CfnVersion.ProvisionedConcurrencyConfigurationProperty provisionedConcurrencyConfig) Sets the value ofCfnVersionProps.getProvisionedConcurrencyConfig()CfnVersionProps.Builder.runtimePolicy(IResolvable runtimePolicy) Sets the value ofCfnVersionProps.getRuntimePolicy()CfnVersionProps.Builder.runtimePolicy(CfnVersion.RuntimePolicyProperty runtimePolicy) Sets the value ofCfnVersionProps.getRuntimePolicy()Constructors in software.amazon.awscdk.services.lambda with parameters of type CfnVersionProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnVersionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVersionProps.Builder.