@Stability(value=Stable) public static final class CfnFunction.DeadLetterQueueProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunction.DeadLetterQueueProperty>
CfnFunction.DeadLetterQueueProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.DeadLetterQueueProperty |
build()
Builds the configured instance.
|
CfnFunction.DeadLetterQueueProperty.Builder |
targetArn(String targetArn)
Sets the value of
CfnFunction.DeadLetterQueueProperty.getTargetArn() |
CfnFunction.DeadLetterQueueProperty.Builder |
type(String type)
Sets the value of
CfnFunction.DeadLetterQueueProperty.getType() |
@Stability(value=Stable) public CfnFunction.DeadLetterQueueProperty.Builder targetArn(String targetArn)
CfnFunction.DeadLetterQueueProperty.getTargetArn()targetArn - `CfnFunction.DeadLetterQueueProperty.TargetArn`. This parameter is required.this@Stability(value=Stable) public CfnFunction.DeadLetterQueueProperty.Builder type(String type)
CfnFunction.DeadLetterQueueProperty.getType()type - `CfnFunction.DeadLetterQueueProperty.Type`. This parameter is required.this@Stability(value=Stable) public CfnFunction.DeadLetterQueueProperty build()
build in interface software.amazon.jsii.Builder<CfnFunction.DeadLetterQueueProperty>CfnFunction.DeadLetterQueuePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.