Uses of Class
software.amazon.awscdk.services.lambda.FunctionUrlProps.Builder
Packages that use FunctionUrlProps.Builder
-
Uses of FunctionUrlProps.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return FunctionUrlProps.BuilderModifier 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()
Constructors in software.amazon.awscdk.services.lambda with parameters of type FunctionUrlProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(FunctionUrlProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFunctionUrlProps.Builder
.