@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
CfnFunction.SQSEventProperty.getBatchSize() |
CfnFunction.SQSEventProperty |
build()
Builds the configured instance.
|
CfnFunction.SQSEventProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnFunction.SQSEventProperty.getEnabled() |
CfnFunction.SQSEventProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnFunction.SQSEventProperty.getEnabled() |
CfnFunction.SQSEventProperty.Builder |
queue(String queue)
Sets the value of
CfnFunction.SQSEventProperty.getQueue() |
@Stability(value=External) public CfnFunction.SQSEventProperty.Builder queue(String queue)
CfnFunction.SQSEventProperty.getQueue()queue - `CfnFunction.SQSEventProperty.Queue`. This parameter is required.this@Stability(value=External) public CfnFunction.SQSEventProperty.Builder batchSize(Number batchSize)
CfnFunction.SQSEventProperty.getBatchSize()batchSize - `CfnFunction.SQSEventProperty.BatchSize`.this@Stability(value=External) public CfnFunction.SQSEventProperty.Builder enabled(Boolean enabled)
CfnFunction.SQSEventProperty.getEnabled()enabled - `CfnFunction.SQSEventProperty.Enabled`.this@Stability(value=External) public CfnFunction.SQSEventProperty.Builder enabled(IResolvable enabled)
CfnFunction.SQSEventProperty.getEnabled()enabled - `CfnFunction.SQSEventProperty.Enabled`.this@Stability(value=External) public CfnFunction.SQSEventProperty build()
CfnFunction.SQSEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.