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