@Stability(value=Stable) public static final class CfnPipeline.LambdaProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPipeline.LambdaProperty>
CfnPipeline.LambdaProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPipeline.LambdaProperty.Builder |
batchSize(Number batchSize)
Sets the value of
CfnPipeline.LambdaProperty.getBatchSize() |
CfnPipeline.LambdaProperty |
build()
Builds the configured instance.
|
CfnPipeline.LambdaProperty.Builder |
lambdaName(String lambdaName)
Sets the value of
CfnPipeline.LambdaProperty.getLambdaName() |
CfnPipeline.LambdaProperty.Builder |
name(String name)
Sets the value of
CfnPipeline.LambdaProperty.getName() |
CfnPipeline.LambdaProperty.Builder |
next(String next)
Sets the value of
CfnPipeline.LambdaProperty.getNext() |
@Stability(value=Stable) public CfnPipeline.LambdaProperty.Builder batchSize(Number batchSize)
CfnPipeline.LambdaProperty.getBatchSize()batchSize - `CfnPipeline.LambdaProperty.BatchSize`.this@Stability(value=Stable) public CfnPipeline.LambdaProperty.Builder lambdaName(String lambdaName)
CfnPipeline.LambdaProperty.getLambdaName()lambdaName - `CfnPipeline.LambdaProperty.LambdaName`.this@Stability(value=Stable) public CfnPipeline.LambdaProperty.Builder name(String name)
CfnPipeline.LambdaProperty.getName()name - `CfnPipeline.LambdaProperty.Name`.this@Stability(value=Stable) public CfnPipeline.LambdaProperty.Builder next(String next)
CfnPipeline.LambdaProperty.getNext()next - `CfnPipeline.LambdaProperty.Next`.this@Stability(value=Stable) public CfnPipeline.LambdaProperty build()
build in interface software.amazon.jsii.Builder<CfnPipeline.LambdaProperty>CfnPipeline.LambdaPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.