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