public static final class CfnFunction.CloudWatchEventEventProperty.Builder extends Object
CfnFunction.CloudWatchEventEventProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.CloudWatchEventEventProperty |
build()
Builds the configured instance.
|
CfnFunction.CloudWatchEventEventProperty.Builder |
withInput(String value)
Sets the value of Input
|
CfnFunction.CloudWatchEventEventProperty.Builder |
withInputPath(String value)
Sets the value of InputPath
|
CfnFunction.CloudWatchEventEventProperty.Builder |
withPattern(com.fasterxml.jackson.databind.node.ObjectNode value)
Sets the value of Pattern
|
CfnFunction.CloudWatchEventEventProperty.Builder |
withPattern(software.amazon.awscdk.Token value)
Sets the value of Pattern
|
public CfnFunction.CloudWatchEventEventProperty.Builder withPattern(com.fasterxml.jackson.databind.node.ObjectNode value)
value - `CfnFunction.CloudWatchEventEventProperty.Pattern`.thispublic CfnFunction.CloudWatchEventEventProperty.Builder withPattern(software.amazon.awscdk.Token value)
value - `CfnFunction.CloudWatchEventEventProperty.Pattern`.thispublic CfnFunction.CloudWatchEventEventProperty.Builder withInput(@Nullable String value)
value - `CfnFunction.CloudWatchEventEventProperty.Input`.thispublic CfnFunction.CloudWatchEventEventProperty.Builder withInputPath(@Nullable String value)
value - `CfnFunction.CloudWatchEventEventProperty.InputPath`.thispublic CfnFunction.CloudWatchEventEventProperty build()
CfnFunction.CloudWatchEventEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.