public static final class ApiGatewayToLambdaProps.Builder extends Object implements software.amazon.jsii.Builder<ApiGatewayToLambdaProps>
ApiGatewayToLambdaProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayToLambdaProps.Builder |
apiGatewayProps(Object apiGatewayProps)
Sets the value of
ApiGatewayToLambdaProps.getApiGatewayProps() |
ApiGatewayToLambdaProps |
build()
Builds the configured instance.
|
ApiGatewayToLambdaProps.Builder |
existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Sets the value of
ApiGatewayToLambdaProps.getExistingLambdaObj() |
ApiGatewayToLambdaProps.Builder |
lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
Sets the value of
ApiGatewayToLambdaProps.getLambdaFunctionProps() |
ApiGatewayToLambdaProps.Builder |
logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
Sets the value of
ApiGatewayToLambdaProps.getLogGroupProps() |
public ApiGatewayToLambdaProps.Builder apiGatewayProps(Object apiGatewayProps)
ApiGatewayToLambdaProps.getApiGatewayProps()apiGatewayProps - Optional user-provided props to override the default props for the API.thispublic ApiGatewayToLambdaProps.Builder existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
ApiGatewayToLambdaProps.getExistingLambdaObj()existingLambdaObj - Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.thispublic ApiGatewayToLambdaProps.Builder lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
ApiGatewayToLambdaProps.getLambdaFunctionProps()lambdaFunctionProps - User provided props to override the default props for the Lambda function.thispublic ApiGatewayToLambdaProps.Builder logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
ApiGatewayToLambdaProps.getLogGroupProps()logGroupProps - User provided props to override the default props for the CloudWatchLogs LogGroup.thispublic ApiGatewayToLambdaProps build()
build in interface software.amazon.jsii.Builder<ApiGatewayToLambdaProps>ApiGatewayToLambdaPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.