@Stability(value=Stable) public static final class CfnEventInvokeConfigProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEventInvokeConfigProps>
CfnEventInvokeConfigProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnEventInvokeConfigProps.Builder functionName(String functionName)
CfnEventInvokeConfigProps.getFunctionName()functionName - `AWS::Lambda::EventInvokeConfig.FunctionName`. This parameter is required.this@Stability(value=Stable) public CfnEventInvokeConfigProps.Builder qualifier(String qualifier)
CfnEventInvokeConfigProps.getQualifier()qualifier - `AWS::Lambda::EventInvokeConfig.Qualifier`. This parameter is required.this@Stability(value=Stable) public CfnEventInvokeConfigProps.Builder destinationConfig(CfnEventInvokeConfig.DestinationConfigProperty destinationConfig)
CfnEventInvokeConfigProps.getDestinationConfig()destinationConfig - `AWS::Lambda::EventInvokeConfig.DestinationConfig`.this@Stability(value=Stable) public CfnEventInvokeConfigProps.Builder destinationConfig(IResolvable destinationConfig)
CfnEventInvokeConfigProps.getDestinationConfig()destinationConfig - `AWS::Lambda::EventInvokeConfig.DestinationConfig`.this@Stability(value=Stable) public CfnEventInvokeConfigProps.Builder maximumEventAgeInSeconds(Number maximumEventAgeInSeconds)
CfnEventInvokeConfigProps.getMaximumEventAgeInSeconds()maximumEventAgeInSeconds - `AWS::Lambda::EventInvokeConfig.MaximumEventAgeInSeconds`.this@Stability(value=Stable) public CfnEventInvokeConfigProps.Builder maximumRetryAttempts(Number maximumRetryAttempts)
CfnEventInvokeConfigProps.getMaximumRetryAttempts()maximumRetryAttempts - `AWS::Lambda::EventInvokeConfig.MaximumRetryAttempts`.this@Stability(value=Stable) public CfnEventInvokeConfigProps build()
build in interface software.amazon.jsii.Builder<CfnEventInvokeConfigProps>CfnEventInvokeConfigPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.