Uses of Class
software.amazon.awscdk.services.sam.CfnFunctionProps.Builder
Packages that use CfnFunctionProps.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnFunctionProps.Builder in software.amazon.awscdk.services.sam
Methods in software.amazon.awscdk.services.sam that return CfnFunctionProps.BuilderModifier and TypeMethodDescriptionCfnFunctionProps.Builder.architectures(List<String> architectures) Sets the value ofCfnFunctionProps.getArchitectures()CfnFunctionProps.Builder.assumeRolePolicyDocument(Object assumeRolePolicyDocument) Sets the value ofCfnFunctionProps.getAssumeRolePolicyDocument()CfnFunctionProps.Builder.autoPublishAlias(String autoPublishAlias) Sets the value ofCfnFunctionProps.getAutoPublishAlias()CfnFunctionProps.Builder.autoPublishCodeSha256(String autoPublishCodeSha256) Sets the value ofCfnFunctionProps.getAutoPublishCodeSha256()static CfnFunctionProps.BuilderCfnFunctionProps.builder()CfnFunctionProps.Builder.codeSigningConfigArn(String codeSigningConfigArn) Sets the value ofCfnFunctionProps.getCodeSigningConfigArn()Sets the value ofCfnFunctionProps.getCodeUri()CfnFunctionProps.Builder.codeUri(IResolvable codeUri) Sets the value ofCfnFunctionProps.getCodeUri()CfnFunctionProps.Builder.codeUri(CfnFunction.S3LocationProperty codeUri) Sets the value ofCfnFunctionProps.getCodeUri()CfnFunctionProps.Builder.deadLetterQueue(IResolvable deadLetterQueue) Sets the value ofCfnFunctionProps.getDeadLetterQueue()CfnFunctionProps.Builder.deadLetterQueue(CfnFunction.DeadLetterQueueProperty deadLetterQueue) Sets the value ofCfnFunctionProps.getDeadLetterQueue()CfnFunctionProps.Builder.deploymentPreference(IResolvable deploymentPreference) Sets the value ofCfnFunctionProps.getDeploymentPreference()CfnFunctionProps.Builder.deploymentPreference(CfnFunction.DeploymentPreferenceProperty deploymentPreference) Sets the value ofCfnFunctionProps.getDeploymentPreference()CfnFunctionProps.Builder.description(String description) Sets the value ofCfnFunctionProps.getDescription()CfnFunctionProps.Builder.environment(IResolvable environment) Sets the value ofCfnFunctionProps.getEnvironment()CfnFunctionProps.Builder.environment(CfnFunction.FunctionEnvironmentProperty environment) Sets the value ofCfnFunctionProps.getEnvironment()CfnFunctionProps.Builder.ephemeralStorage(IResolvable ephemeralStorage) Sets the value ofCfnFunctionProps.getEphemeralStorage()CfnFunctionProps.Builder.ephemeralStorage(CfnFunction.EphemeralStorageProperty ephemeralStorage) Sets the value ofCfnFunctionProps.getEphemeralStorage()CfnFunctionProps.Builder.eventInvokeConfig(IResolvable eventInvokeConfig) Sets the value ofCfnFunctionProps.getEventInvokeConfig()CfnFunctionProps.Builder.eventInvokeConfig(CfnFunction.EventInvokeConfigProperty eventInvokeConfig) Sets the value ofCfnFunctionProps.getEventInvokeConfig()Sets the value ofCfnFunctionProps.getEvents()CfnFunctionProps.Builder.events(IResolvable events) Sets the value ofCfnFunctionProps.getEvents()CfnFunctionProps.Builder.fileSystemConfigs(List<? extends Object> fileSystemConfigs) Sets the value ofCfnFunctionProps.getFileSystemConfigs()CfnFunctionProps.Builder.fileSystemConfigs(IResolvable fileSystemConfigs) Sets the value ofCfnFunctionProps.getFileSystemConfigs()CfnFunctionProps.Builder.functionName(String functionName) Sets the value ofCfnFunctionProps.getFunctionName()CfnFunctionProps.Builder.functionUrlConfig(IResolvable functionUrlConfig) Sets the value ofCfnFunctionProps.getFunctionUrlConfig()CfnFunctionProps.Builder.functionUrlConfig(CfnFunction.FunctionUrlConfigProperty functionUrlConfig) Sets the value ofCfnFunctionProps.getFunctionUrlConfig()Sets the value ofCfnFunctionProps.getHandler()CfnFunctionProps.Builder.imageConfig(IResolvable imageConfig) Sets the value ofCfnFunctionProps.getImageConfig()CfnFunctionProps.Builder.imageConfig(CfnFunction.ImageConfigProperty imageConfig) Sets the value ofCfnFunctionProps.getImageConfig()Sets the value ofCfnFunctionProps.getImageUri()CfnFunctionProps.Builder.inlineCode(String inlineCode) Sets the value ofCfnFunctionProps.getInlineCode()Sets the value ofCfnFunctionProps.getKmsKeyArn()Sets the value ofCfnFunctionProps.getLayers()CfnFunctionProps.Builder.memorySize(Number memorySize) Sets the value ofCfnFunctionProps.getMemorySize()CfnFunctionProps.Builder.packageType(String packageType) Sets the value ofCfnFunctionProps.getPackageType()CfnFunctionProps.Builder.permissionsBoundary(String permissionsBoundary) Sets the value ofCfnFunctionProps.getPermissionsBoundary()Sets the value ofCfnFunctionProps.getPolicies()Sets the value ofCfnFunctionProps.getPolicies()CfnFunctionProps.Builder.policies(IResolvable policies) Sets the value ofCfnFunctionProps.getPolicies()CfnFunctionProps.Builder.policies(CfnFunction.IAMPolicyDocumentProperty policies) Sets the value ofCfnFunctionProps.getPolicies()CfnFunctionProps.Builder.provisionedConcurrencyConfig(IResolvable provisionedConcurrencyConfig) Sets the value ofCfnFunctionProps.getProvisionedConcurrencyConfig()CfnFunctionProps.Builder.provisionedConcurrencyConfig(CfnFunction.ProvisionedConcurrencyConfigProperty provisionedConcurrencyConfig) Sets the value ofCfnFunctionProps.getProvisionedConcurrencyConfig()CfnFunctionProps.Builder.reservedConcurrentExecutions(Number reservedConcurrentExecutions) Sets the value ofCfnFunctionProps.getReservedConcurrentExecutions()Sets the value ofCfnFunctionProps.getRole()Sets the value ofCfnFunctionProps.getRuntime()Sets the value ofCfnFunctionProps.getTags()Sets the value ofCfnFunctionProps.getTimeout()Sets the value ofCfnFunctionProps.getTracing()CfnFunctionProps.Builder.versionDescription(String versionDescription) Sets the value ofCfnFunctionProps.getVersionDescription()CfnFunctionProps.Builder.vpcConfig(IResolvable vpcConfig) Sets the value ofCfnFunctionProps.getVpcConfig()CfnFunctionProps.Builder.vpcConfig(CfnFunction.VpcConfigProperty vpcConfig) Sets the value ofCfnFunctionProps.getVpcConfig()Constructors in software.amazon.awscdk.services.sam with parameters of type CfnFunctionProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnFunctionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFunctionProps.Builder.