@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 - The name of the Lambda function. This parameter is required.
Minimum : 1
Maximum : 64
Pattern : ([a-zA-Z0-9-_]+)
this@Stability(value=Stable) public CfnEventInvokeConfigProps.Builder qualifier(String qualifier)
CfnEventInvokeConfigProps.getQualifier()qualifier - The identifier of a version or alias. This parameter is required.
$LATEST .this@Stability(value=Stable) public CfnEventInvokeConfigProps.Builder destinationConfig(IResolvable destinationConfig)
CfnEventInvokeConfigProps.getDestinationConfig()destinationConfig - A destination for events after they have been sent to a function for processing.
Destinations - Function - The Amazon Resource Name (ARN) of a Lambda function.
this@Stability(value=Stable) public CfnEventInvokeConfigProps.Builder destinationConfig(CfnEventInvokeConfig.DestinationConfigProperty destinationConfig)
CfnEventInvokeConfigProps.getDestinationConfig()destinationConfig - A destination for events after they have been sent to a function for processing.
Destinations - Function - The Amazon Resource Name (ARN) of a Lambda function.
this@Stability(value=Stable) public CfnEventInvokeConfigProps.Builder maximumEventAgeInSeconds(Number maximumEventAgeInSeconds)
CfnEventInvokeConfigProps.getMaximumEventAgeInSeconds()maximumEventAgeInSeconds - The maximum age of a request that Lambda sends to a function for processing.this@Stability(value=Stable) public CfnEventInvokeConfigProps.Builder maximumRetryAttempts(Number maximumRetryAttempts)
CfnEventInvokeConfigProps.getMaximumRetryAttempts()maximumRetryAttempts - The maximum number of times to retry when the function returns an error.this@Stability(value=Stable) public CfnEventInvokeConfigProps build()
build in interface software.amazon.jsii.Builder<CfnEventInvokeConfigProps>CfnEventInvokeConfigPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.