Uses of Class
software.amazon.awsconstructs.services.openapigatewaylambda.OpenApiGatewayToLambdaProps.Builder
-
Uses of OpenApiGatewayToLambdaProps.Builder in software.amazon.awsconstructs.services.openapigatewaylambda
Methods in software.amazon.awsconstructs.services.openapigatewaylambda that return OpenApiGatewayToLambdaProps.BuilderModifier and TypeMethodDescriptionOpenApiGatewayToLambdaProps.Builder.apiDefinitionAsset(software.amazon.awscdk.services.s3.assets.Asset apiDefinitionAsset) Sets the value ofOpenApiGatewayToLambdaProps.getApiDefinitionAsset()OpenApiGatewayToLambdaProps.Builder.apiDefinitionBucket(software.amazon.awscdk.services.s3.IBucket apiDefinitionBucket) Sets the value ofOpenApiGatewayToLambdaProps.getApiDefinitionBucket()OpenApiGatewayToLambdaProps.Builder.apiDefinitionJson(Object apiDefinitionJson) Sets the value ofOpenApiGatewayToLambdaProps.getApiDefinitionJson()OpenApiGatewayToLambdaProps.Builder.apiDefinitionKey(String apiDefinitionKey) Sets the value ofOpenApiGatewayToLambdaProps.getApiDefinitionKey()OpenApiGatewayToLambdaProps.Builder.apiGatewayProps(software.amazon.awscdk.services.apigateway.RestApiBaseProps apiGatewayProps) Sets the value ofOpenApiGatewayToLambdaProps.getApiGatewayProps()OpenApiGatewayToLambdaProps.Builder.apiIntegrations(List<? extends ApiIntegration> apiIntegrations) Sets the value ofOpenApiGatewayToLambdaProps.getApiIntegrations()OpenApiGatewayToLambdaProps.builder()OpenApiGatewayToLambdaProps.Builder.internalTransformMemorySize(Number internalTransformMemorySize) Sets the value ofOpenApiGatewayToLambdaProps.getInternalTransformMemorySize()OpenApiGatewayToLambdaProps.Builder.internalTransformTimeout(software.amazon.awscdk.Duration internalTransformTimeout) Sets the value ofOpenApiGatewayToLambdaProps.getInternalTransformTimeout()OpenApiGatewayToLambdaProps.Builder.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps) Sets the value ofOpenApiGatewayToLambdaProps.getLogGroupProps()Constructors in software.amazon.awsconstructs.services.openapigatewaylambda with parameters of type OpenApiGatewayToLambdaProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theOpenApiGatewayToLambdaProps.Builder.