| Modifier and Type | Method and Description |
|---|---|
static CfnFunctionProps.Builder |
CfnFunctionProps.builder() |
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withAutoPublishAlias(String value)
Sets the value of AutoPublishAlias
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withCodeUri(CfnFunction.S3LocationProperty value)
Sets the value of CodeUri
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withCodeUri(String value)
Sets the value of CodeUri
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withCodeUri(software.amazon.awscdk.Token value)
Sets the value of CodeUri
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withDeadLetterQueue(CfnFunction.DeadLetterQueueProperty value)
Sets the value of DeadLetterQueue
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withDeadLetterQueue(software.amazon.awscdk.Token value)
Sets the value of DeadLetterQueue
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withDeploymentPreference(CfnFunction.DeploymentPreferenceProperty value)
Sets the value of DeploymentPreference
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withDeploymentPreference(software.amazon.awscdk.Token value)
Sets the value of DeploymentPreference
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withDescription(String value)
Sets the value of Description
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withEnvironment(CfnFunction.FunctionEnvironmentProperty value)
Sets the value of Environment
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withEnvironment(software.amazon.awscdk.Token value)
Sets the value of Environment
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withEvents(Map<String,Object> value)
Sets the value of Events
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withEvents(software.amazon.awscdk.Token value)
Sets the value of Events
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withFunctionName(String value)
Sets the value of FunctionName
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withHandler(String value)
Sets the value of Handler
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withKmsKeyArn(String value)
Sets the value of KmsKeyArn
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withLayers(List<String> value)
Sets the value of Layers
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withMemorySize(Number value)
Sets the value of MemorySize
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withMemorySize(software.amazon.awscdk.Token value)
Sets the value of MemorySize
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withPermissionsBoundary(String value)
Sets the value of PermissionsBoundary
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withPolicies(CfnFunction.IAMPolicyDocumentProperty value)
Sets the value of Policies
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withPolicies(List<Object> value)
Sets the value of Policies
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withPolicies(String value)
Sets the value of Policies
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withPolicies(software.amazon.awscdk.Token value)
Sets the value of Policies
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withReservedConcurrentExecutions(Number value)
Sets the value of ReservedConcurrentExecutions
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withReservedConcurrentExecutions(software.amazon.awscdk.Token value)
Sets the value of ReservedConcurrentExecutions
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withRole(String value)
Sets the value of Role
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withRuntime(String value)
Sets the value of Runtime
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withTags(Map<String,String> value)
Sets the value of Tags
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withTimeout(Number value)
Sets the value of Timeout
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withTimeout(software.amazon.awscdk.Token value)
Sets the value of Timeout
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withTracing(String value)
Sets the value of Tracing
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withVpcConfig(CfnFunction.VpcConfigProperty value)
Sets the value of VpcConfig
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.withVpcConfig(software.amazon.awscdk.Token value)
Sets the value of VpcConfig
|
Copyright © 2019. All rights reserved.