@Stability(value=Stable) public static final class CfnFunction.EventInvokeConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunction.EventInvokeConfigProperty>
CfnFunction.EventInvokeConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.EventInvokeConfigProperty |
build()
Builds the configured instance.
|
CfnFunction.EventInvokeConfigProperty.Builder |
destinationConfig(CfnFunction.EventInvokeDestinationConfigProperty destinationConfig)
Sets the value of
CfnFunction.EventInvokeConfigProperty.getDestinationConfig() |
CfnFunction.EventInvokeConfigProperty.Builder |
destinationConfig(IResolvable destinationConfig)
Sets the value of
CfnFunction.EventInvokeConfigProperty.getDestinationConfig() |
CfnFunction.EventInvokeConfigProperty.Builder |
maximumEventAgeInSeconds(Number maximumEventAgeInSeconds)
Sets the value of
CfnFunction.EventInvokeConfigProperty.getMaximumEventAgeInSeconds() |
CfnFunction.EventInvokeConfigProperty.Builder |
maximumRetryAttempts(Number maximumRetryAttempts)
Sets the value of
CfnFunction.EventInvokeConfigProperty.getMaximumRetryAttempts() |
@Stability(value=Stable) public CfnFunction.EventInvokeConfigProperty.Builder destinationConfig(IResolvable destinationConfig)
CfnFunction.EventInvokeConfigProperty.getDestinationConfig()destinationConfig - `CfnFunction.EventInvokeConfigProperty.DestinationConfig`.this@Stability(value=Stable) public CfnFunction.EventInvokeConfigProperty.Builder destinationConfig(CfnFunction.EventInvokeDestinationConfigProperty destinationConfig)
CfnFunction.EventInvokeConfigProperty.getDestinationConfig()destinationConfig - `CfnFunction.EventInvokeConfigProperty.DestinationConfig`.this@Stability(value=Stable) public CfnFunction.EventInvokeConfigProperty.Builder maximumEventAgeInSeconds(Number maximumEventAgeInSeconds)
CfnFunction.EventInvokeConfigProperty.getMaximumEventAgeInSeconds()maximumEventAgeInSeconds - `CfnFunction.EventInvokeConfigProperty.MaximumEventAgeInSeconds`.this@Stability(value=Stable) public CfnFunction.EventInvokeConfigProperty.Builder maximumRetryAttempts(Number maximumRetryAttempts)
CfnFunction.EventInvokeConfigProperty.getMaximumRetryAttempts()maximumRetryAttempts - `CfnFunction.EventInvokeConfigProperty.MaximumRetryAttempts`.this@Stability(value=Stable) public CfnFunction.EventInvokeConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnFunction.EventInvokeConfigProperty>CfnFunction.EventInvokeConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.