@Stability(value=Stable) public static final class CfnPipeline.FilterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPipeline.FilterProperty>
CfnPipeline.FilterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPipeline.FilterProperty |
build()
Builds the configured instance.
|
CfnPipeline.FilterProperty.Builder |
filter(String filter)
Sets the value of
CfnPipeline.FilterProperty.getFilter() |
CfnPipeline.FilterProperty.Builder |
name(String name)
Sets the value of
CfnPipeline.FilterProperty.getName() |
CfnPipeline.FilterProperty.Builder |
next(String next)
Sets the value of
CfnPipeline.FilterProperty.getNext() |
@Stability(value=Stable) public CfnPipeline.FilterProperty.Builder filter(String filter)
CfnPipeline.FilterProperty.getFilter()filter - An expression that looks like an SQL WHERE clause that must return a Boolean value. This parameter is required.this@Stability(value=Stable) public CfnPipeline.FilterProperty.Builder name(String name)
CfnPipeline.FilterProperty.getName()name - The name of the 'filter' activity. This parameter is required.this@Stability(value=Stable) public CfnPipeline.FilterProperty.Builder next(String next)
CfnPipeline.FilterProperty.getNext()next - The next activity in the pipeline.this@Stability(value=Stable) public CfnPipeline.FilterProperty build()
build in interface software.amazon.jsii.Builder<CfnPipeline.FilterProperty>CfnPipeline.FilterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.