| Package | Description |
|---|---|
| software.amazon.awscdk.services.sam.cloudformation |
| Modifier and Type | Method and Description |
|---|---|
static FunctionResourceProps.Builder |
FunctionResourceProps.builder() |
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withCodeUri(software.amazon.awscdk.CloudFormationToken value)
Sets the value of CodeUri
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withCodeUri(FunctionResource.S3LocationProperty value)
Sets the value of CodeUri
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withCodeUri(String value)
Sets the value of CodeUri
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withDeadLetterQueue(software.amazon.awscdk.CloudFormationToken value)
Sets the value of DeadLetterQueue
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withDeadLetterQueue(FunctionResource.DeadLetterQueueProperty value)
Sets the value of DeadLetterQueue
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withDeploymentPreference(software.amazon.awscdk.CloudFormationToken value)
Sets the value of DeploymentPreference
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withDeploymentPreference(FunctionResource.DeploymentPreferenceProperty value)
Sets the value of DeploymentPreference
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withDescription(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Description
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withDescription(String value)
Sets the value of Description
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withEnvironment(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Environment
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withEnvironment(FunctionResource.FunctionEnvironmentProperty value)
Sets the value of Environment
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withEvents(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Events
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withEvents(Map<String,Object> value)
Sets the value of Events
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withFunctionName(software.amazon.awscdk.CloudFormationToken value)
Sets the value of FunctionName
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withFunctionName(String value)
Sets the value of FunctionName
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withHandler(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Handler
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withHandler(String value)
Sets the value of Handler
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withKmsKeyArn(software.amazon.awscdk.CloudFormationToken value)
Sets the value of KmsKeyArn
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withKmsKeyArn(String value)
Sets the value of KmsKeyArn
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withMemorySize(software.amazon.awscdk.CloudFormationToken value)
Sets the value of MemorySize
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withMemorySize(Number value)
Sets the value of MemorySize
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withPolicies(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Policies
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withPolicies(FunctionResource.IAMPolicyDocumentProperty value)
Sets the value of Policies
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withPolicies(List<Object> value)
Sets the value of Policies
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withPolicies(String value)
Sets the value of Policies
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withRole(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Role
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withRole(String value)
Sets the value of Role
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withRuntime(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Runtime
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withRuntime(String value)
Sets the value of Runtime
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withTags(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Tags
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withTags(Map<String,Object> value)
Sets the value of Tags
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withTimeout(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Timeout
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withTimeout(Number value)
Sets the value of Timeout
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withTracing(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Tracing
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withTracing(String value)
Sets the value of Tracing
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withVpcConfig(software.amazon.awscdk.CloudFormationToken value)
Sets the value of VpcConfig
|
FunctionResourceProps.Builder |
FunctionResourceProps.Builder.withVpcConfig(FunctionResource.VpcConfigProperty value)
Sets the value of VpcConfig
|
Copyright © 2018. All rights reserved.