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