Uses of Class
software.amazon.awsconstructs.services.cloudfrontapigatewaylambda.CloudFrontToApiGatewayToLambdaProps.Builder
-
Uses of CloudFrontToApiGatewayToLambdaProps.Builder in software.amazon.awsconstructs.services.cloudfrontapigatewaylambda
Methods in software.amazon.awsconstructs.services.cloudfrontapigatewaylambda that return CloudFrontToApiGatewayToLambdaProps.BuilderModifier and TypeMethodDescriptionCloudFrontToApiGatewayToLambdaProps.Builder.apiGatewayProps(Object apiGatewayProps) Sets the value ofCloudFrontToApiGatewayToLambdaProps.getApiGatewayProps()CloudFrontToApiGatewayToLambdaProps.builder()CloudFrontToApiGatewayToLambdaProps.Builder.cloudFrontDistributionProps(Object cloudFrontDistributionProps) Sets the value ofCloudFrontToApiGatewayToLambdaProps.getCloudFrontDistributionProps()CloudFrontToApiGatewayToLambdaProps.Builder.cloudFrontLoggingBucketProps(software.amazon.awscdk.services.s3.BucketProps cloudFrontLoggingBucketProps) Sets the value ofCloudFrontToApiGatewayToLambdaProps.getCloudFrontLoggingBucketProps()CloudFrontToApiGatewayToLambdaProps.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj) Sets the value ofCloudFrontToApiGatewayToLambdaProps.getExistingLambdaObj()CloudFrontToApiGatewayToLambdaProps.Builder.insertHttpSecurityHeaders(Boolean insertHttpSecurityHeaders) Sets the value ofCloudFrontToApiGatewayToLambdaProps.getInsertHttpSecurityHeaders()CloudFrontToApiGatewayToLambdaProps.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps) Sets the value ofCloudFrontToApiGatewayToLambdaProps.getLambdaFunctionProps()CloudFrontToApiGatewayToLambdaProps.Builder.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps) Sets the value ofCloudFrontToApiGatewayToLambdaProps.getLogGroupProps()CloudFrontToApiGatewayToLambdaProps.Builder.responseHeadersPolicyProps(software.amazon.awscdk.services.cloudfront.ResponseHeadersPolicyProps responseHeadersPolicyProps) Sets the value ofCloudFrontToApiGatewayToLambdaProps.getResponseHeadersPolicyProps()Constructors in software.amazon.awsconstructs.services.cloudfrontapigatewaylambda with parameters of type CloudFrontToApiGatewayToLambdaProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCloudFrontToApiGatewayToLambdaProps.Builder.