@Stability(value=External) public static final class CfnFunction.SQSEventProperty.Builder extends Object
CfnFunction.SQSEventProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.SQSEventProperty.Builder |
batchSize(Number batchSize)
Sets the value of BatchSize
|
CfnFunction.SQSEventProperty |
build()
Builds the configured instance.
|
CfnFunction.SQSEventProperty.Builder |
enabled(Boolean enabled)
Sets the value of Enabled
|
CfnFunction.SQSEventProperty.Builder |
enabled(software.amazon.awscdk.core.IResolvable enabled)
Sets the value of Enabled
|
CfnFunction.SQSEventProperty.Builder |
queue(String queue)
Sets the value of Queue
|
@Stability(value=External) public CfnFunction.SQSEventProperty.Builder queue(String queue)
queue - `CfnFunction.SQSEventProperty.Queue`.this@Stability(value=External) public CfnFunction.SQSEventProperty.Builder batchSize(Number batchSize)
batchSize - `CfnFunction.SQSEventProperty.BatchSize`.this@Stability(value=External) public CfnFunction.SQSEventProperty.Builder enabled(Boolean enabled)
enabled - `CfnFunction.SQSEventProperty.Enabled`.this@Stability(value=External) public CfnFunction.SQSEventProperty.Builder enabled(software.amazon.awscdk.core.IResolvable enabled)
enabled - `CfnFunction.SQSEventProperty.Enabled`.this@Stability(value=External) public CfnFunction.SQSEventProperty build()
CfnFunction.SQSEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.