@Stability(value=Stable) public static final class LambdaArnCaptorResourceProps.Builder extends Object implements software.amazon.jsii.Builder<LambdaArnCaptorResourceProps>
LambdaArnCaptorResourceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LambdaArnCaptorResourceProps |
build()
Builds the configured instance.
|
LambdaArnCaptorResourceProps.Builder |
partialLambdaName(String partialLambdaName)
Sets the value of
LambdaArnCaptorResourceProps.getPartialLambdaName() |
LambdaArnCaptorResourceProps.Builder |
roleName(String roleName)
Sets the value of
LambdaArnCaptorResourceProps.getRoleName() |
@Stability(value=Stable) public LambdaArnCaptorResourceProps.Builder partialLambdaName(String partialLambdaName)
LambdaArnCaptorResourceProps.getPartialLambdaName()partialLambdaName - The partial fixed name of the gemeral Lambda function created from the serverless application. This parameter is required.this@Stability(value=Stable) public LambdaArnCaptorResourceProps.Builder roleName(String roleName)
LambdaArnCaptorResourceProps.getRoleName()roleName - the name of the corresponding IAM role. This parameter is required.this@Stability(value=Stable) public LambdaArnCaptorResourceProps build()
build in interface software.amazon.jsii.Builder<LambdaArnCaptorResourceProps>LambdaArnCaptorResourcePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.