public static final class CognitoToApiGatewayToLambdaProps.Builder extends Object implements software.amazon.jsii.Builder<CognitoToApiGatewayToLambdaProps>
CognitoToApiGatewayToLambdaProps| Constructor and Description |
|---|
Builder() |
public CognitoToApiGatewayToLambdaProps.Builder apiGatewayProps(Object apiGatewayProps)
CognitoToApiGatewayToLambdaProps.getApiGatewayProps()apiGatewayProps - Optional user provided props to override the default props for the API Gateway.thispublic CognitoToApiGatewayToLambdaProps.Builder cognitoUserPoolClientProps(Object cognitoUserPoolClientProps)
CognitoToApiGatewayToLambdaProps.getCognitoUserPoolClientProps()cognitoUserPoolClientProps - Optional user provided props to override the default props.thispublic CognitoToApiGatewayToLambdaProps.Builder cognitoUserPoolProps(software.amazon.awscdk.services.cognito.UserPoolProps cognitoUserPoolProps)
CognitoToApiGatewayToLambdaProps.getCognitoUserPoolProps()cognitoUserPoolProps - Optional user provided props to override the default props.thispublic CognitoToApiGatewayToLambdaProps.Builder existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
CognitoToApiGatewayToLambdaProps.getExistingLambdaObj()existingLambdaObj - Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.thispublic CognitoToApiGatewayToLambdaProps.Builder lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
CognitoToApiGatewayToLambdaProps.getLambdaFunctionProps()lambdaFunctionProps - User provided props to override the default props for the Lambda function.thispublic CognitoToApiGatewayToLambdaProps.Builder logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
CognitoToApiGatewayToLambdaProps.getLogGroupProps()logGroupProps - User provided props to override the default props for the CloudWatchLogs LogGroup.thispublic CognitoToApiGatewayToLambdaProps build()
build in interface software.amazon.jsii.Builder<CognitoToApiGatewayToLambdaProps>CognitoToApiGatewayToLambdaPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.