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