Uses of Interface
software.amazon.awssdk.services.lambda.model.FunctionUrlConfig.Builder
Packages that use FunctionUrlConfig.Builder
-
Uses of FunctionUrlConfig.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FunctionUrlConfig.BuilderModifier and TypeMethodDescriptionThe type of authentication that your function URL uses.FunctionUrlConfig.Builder.authType(FunctionUrlAuthType authType) The type of authentication that your function URL uses.static FunctionUrlConfig.BuilderFunctionUrlConfig.builder()default FunctionUrlConfig.BuilderFunctionUrlConfig.Builder.cors(Consumer<Cors.Builder> cors) The cross-origin resource sharing (CORS) settings for your function URL.The cross-origin resource sharing (CORS) settings for your function URL.FunctionUrlConfig.Builder.creationTime(String creationTime) When the function URL was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).FunctionUrlConfig.Builder.functionArn(String functionArn) The Amazon Resource Name (ARN) of your function.FunctionUrlConfig.Builder.functionUrl(String functionUrl) The HTTP URL endpoint for your function.FunctionUrlConfig.Builder.invokeMode(String invokeMode) Use one of the following options:FunctionUrlConfig.Builder.invokeMode(InvokeMode invokeMode) Use one of the following options:FunctionUrlConfig.Builder.lastModifiedTime(String lastModifiedTime) When the function URL configuration was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).FunctionUrlConfig.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type FunctionUrlConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FunctionUrlConfig.Builder>FunctionUrlConfig.serializableBuilderClass()