public static final class FunctionResource.SQSEventProperty.Builder extends Object
FunctionResource.SQSEventProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FunctionResource.SQSEventProperty |
build()
Builds the configured instance.
|
FunctionResource.SQSEventProperty.Builder |
withBatchSize(software.amazon.awscdk.CloudFormationToken value)
Sets the value of BatchSize
|
FunctionResource.SQSEventProperty.Builder |
withBatchSize(Number value)
Sets the value of BatchSize
|
FunctionResource.SQSEventProperty.Builder |
withQueue(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Queue
|
FunctionResource.SQSEventProperty.Builder |
withQueue(String value)
Sets the value of Queue
|
public FunctionResource.SQSEventProperty.Builder withQueue(String value)
value - ``FunctionResource.SQSEventProperty.Queue``thispublic FunctionResource.SQSEventProperty.Builder withQueue(software.amazon.awscdk.CloudFormationToken value)
value - ``FunctionResource.SQSEventProperty.Queue``thispublic FunctionResource.SQSEventProperty.Builder withBatchSize(@Nullable Number value)
value - ``FunctionResource.SQSEventProperty.BatchSize``thispublic FunctionResource.SQSEventProperty.Builder withBatchSize(@Nullable software.amazon.awscdk.CloudFormationToken value)
value - ``FunctionResource.SQSEventProperty.BatchSize``thispublic FunctionResource.SQSEventProperty build()
FunctionResource.SQSEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.