public static final class FunctionResource.DeadLetterConfigProperty.Builder extends Object
FunctionResource.DeadLetterConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FunctionResource.DeadLetterConfigProperty |
build()
Builds the configured instance.
|
FunctionResource.DeadLetterConfigProperty.Builder |
withTargetArn(String value)
Sets the value of TargetArn
|
FunctionResource.DeadLetterConfigProperty.Builder |
withTargetArn(software.amazon.awscdk.Token value)
Sets the value of TargetArn
|
public FunctionResource.DeadLetterConfigProperty.Builder withTargetArn(@Nullable String value)
value - ``FunctionResource.DeadLetterConfigProperty.TargetArn``thispublic FunctionResource.DeadLetterConfigProperty.Builder withTargetArn(@Nullable software.amazon.awscdk.Token value)
value - ``FunctionResource.DeadLetterConfigProperty.TargetArn``thispublic FunctionResource.DeadLetterConfigProperty build()
FunctionResource.DeadLetterConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.