@Stability(value=Stable) public static final class DlqDestinationConfig.Builder extends Object implements software.amazon.jsii.Builder<DlqDestinationConfig>
DlqDestinationConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DlqDestinationConfig |
build()
Builds the configured instance.
|
DlqDestinationConfig.Builder |
destination(String destination)
Sets the value of
DlqDestinationConfig.getDestination() |
@Stability(value=Stable) public DlqDestinationConfig.Builder destination(String destination)
DlqDestinationConfig.getDestination()destination - The Amazon Resource Name (ARN) of the destination resource. This parameter is required.this@Stability(value=Stable) public DlqDestinationConfig build()
build in interface software.amazon.jsii.Builder<DlqDestinationConfig>DlqDestinationConfigNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.