Uses of Class
software.amazon.awscdk.services.lambda.FunctionUrlProps.Builder
-
Uses of FunctionUrlProps.Builder in software.amazon.awscdk.services.lambda
Modifier and TypeMethodDescriptionFunctionUrlProps.Builder.authType
(FunctionUrlAuthType authType) Sets the value ofFunctionUrlOptions.getAuthType()
static FunctionUrlProps.Builder
FunctionUrlProps.builder()
FunctionUrlProps.Builder.cors
(FunctionUrlCorsOptions cors) Sets the value ofFunctionUrlOptions.getCors()
Sets the value ofFunctionUrlProps.getFunction()
FunctionUrlProps.Builder.invokeMode
(InvokeMode invokeMode) Sets the value ofFunctionUrlOptions.getInvokeMode()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(FunctionUrlProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFunctionUrlProps.Builder
.