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 |
withBatchSize(software.amazon.awscdk.Token value)
Sets the value of BatchSize
|
CfnFunction.SQSEventProperty.Builder |
withEnabled(Boolean value)
Sets the value of Enabled
|
CfnFunction.SQSEventProperty.Builder |
withEnabled(software.amazon.awscdk.Token value)
Sets the value of Enabled
|
CfnFunction.SQSEventProperty.Builder |
withQueue(String value)
Sets the value of Queue
|
public CfnFunction.SQSEventProperty.Builder withQueue(String value)
value - `CfnFunction.SQSEventProperty.Queue`.thispublic CfnFunction.SQSEventProperty.Builder withBatchSize(@Nullable Number value)
value - `CfnFunction.SQSEventProperty.BatchSize`.thispublic CfnFunction.SQSEventProperty.Builder withBatchSize(@Nullable software.amazon.awscdk.Token value)
value - `CfnFunction.SQSEventProperty.BatchSize`.thispublic CfnFunction.SQSEventProperty.Builder withEnabled(@Nullable Boolean value)
value - `CfnFunction.SQSEventProperty.Enabled`.thispublic CfnFunction.SQSEventProperty.Builder withEnabled(@Nullable software.amazon.awscdk.Token value)
value - `CfnFunction.SQSEventProperty.Enabled`.thispublic CfnFunction.SQSEventProperty build()
CfnFunction.SQSEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.