Class CfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty>
- Enclosing interface:
CfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty
@Stability(Stable)
public static final class CfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionFailurePolicy(String actionFailurePolicy) build()Builds the configured instance.functionArn(String functionArn) invocationType(String invocationType) retryTimeMinutes(Number retryTimeMinutes) Sets the value ofCfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty.getRoleArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actionFailurePolicy
@Stability(Stable) public CfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty.Builder actionFailurePolicy(String actionFailurePolicy) Sets the value ofCfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty.getActionFailurePolicy()- Parameters:
actionFailurePolicy- the value to be set.- Returns:
this
-
functionArn
@Stability(Stable) public CfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty.Builder functionArn(String functionArn) - Parameters:
functionArn- the value to be set.- Returns:
this
-
invocationType
@Stability(Stable) public CfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty.Builder invocationType(String invocationType) - Parameters:
invocationType- the value to be set.- Returns:
this
-
retryTimeMinutes
@Stability(Stable) public CfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty.Builder retryTimeMinutes(Number retryTimeMinutes) - Parameters:
retryTimeMinutes- the value to be set.- Returns:
this
-
roleArn
@Stability(Stable) public CfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty.Builder roleArn(String roleArn) Sets the value ofCfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty.getRoleArn()- Parameters:
roleArn- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty>- Returns:
- a new instance of
CfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-