Uses of Class
software.amazon.awscdk.services.greengrassv2.CfnComponentVersion.LambdaExecutionParametersProperty.Builder
Packages that use CfnComponentVersion.LambdaExecutionParametersProperty.Builder
Package
Description
AWS::GreengrassV2 Construct Library
-
Uses of CfnComponentVersion.LambdaExecutionParametersProperty.Builder in software.amazon.awscdk.services.greengrassv2
Methods in software.amazon.awscdk.services.greengrassv2 that return CfnComponentVersion.LambdaExecutionParametersProperty.BuilderModifier and TypeMethodDescriptionCfnComponentVersion.LambdaExecutionParametersProperty.builder()
CfnComponentVersion.LambdaExecutionParametersProperty.Builder.environmentVariables
(Map<String, String> environmentVariables) CfnComponentVersion.LambdaExecutionParametersProperty.Builder.environmentVariables
(IResolvable environmentVariables) CfnComponentVersion.LambdaExecutionParametersProperty.Builder.eventSources
(List<? extends Object> eventSources) Sets the value ofCfnComponentVersion.LambdaExecutionParametersProperty.getEventSources()
CfnComponentVersion.LambdaExecutionParametersProperty.Builder.eventSources
(IResolvable eventSources) Sets the value ofCfnComponentVersion.LambdaExecutionParametersProperty.getEventSources()
Sets the value ofCfnComponentVersion.LambdaExecutionParametersProperty.getExecArgs()
CfnComponentVersion.LambdaExecutionParametersProperty.Builder.inputPayloadEncodingType
(String inputPayloadEncodingType) CfnComponentVersion.LambdaExecutionParametersProperty.Builder.linuxProcessParams
(IResolvable linuxProcessParams) CfnComponentVersion.LambdaExecutionParametersProperty.Builder.linuxProcessParams
(CfnComponentVersion.LambdaLinuxProcessParamsProperty linuxProcessParams) CfnComponentVersion.LambdaExecutionParametersProperty.Builder.maxIdleTimeInSeconds
(Number maxIdleTimeInSeconds) CfnComponentVersion.LambdaExecutionParametersProperty.Builder.maxInstancesCount
(Number maxInstancesCount) CfnComponentVersion.LambdaExecutionParametersProperty.Builder.maxQueueSize
(Number maxQueueSize) Sets the value ofCfnComponentVersion.LambdaExecutionParametersProperty.getMaxQueueSize()
Sets the value ofCfnComponentVersion.LambdaExecutionParametersProperty.getPinned()
CfnComponentVersion.LambdaExecutionParametersProperty.Builder.pinned
(IResolvable pinned) Sets the value ofCfnComponentVersion.LambdaExecutionParametersProperty.getPinned()
CfnComponentVersion.LambdaExecutionParametersProperty.Builder.statusTimeoutInSeconds
(Number statusTimeoutInSeconds) CfnComponentVersion.LambdaExecutionParametersProperty.Builder.timeoutInSeconds
(Number timeoutInSeconds) Constructors in software.amazon.awscdk.services.greengrassv2 with parameters of type CfnComponentVersion.LambdaExecutionParametersProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComponentVersion.LambdaExecutionParametersProperty.Builder
.