Uses of Interface
software.amazon.awssdk.services.lambda.model.CreateFunctionUrlConfigResponse.Builder
Packages that use CreateFunctionUrlConfigResponse.Builder
-
Uses of CreateFunctionUrlConfigResponse.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return CreateFunctionUrlConfigResponse.BuilderModifier and TypeMethodDescriptionThe type of authentication that your function URL uses.CreateFunctionUrlConfigResponse.Builder.authType(FunctionUrlAuthType authType) The type of authentication that your function URL uses.CreateFunctionUrlConfigResponse.builder()CreateFunctionUrlConfigResponse.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.CreateFunctionUrlConfigResponse.Builder.creationTime(String creationTime) When the function URL was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).CreateFunctionUrlConfigResponse.Builder.functionArn(String functionArn) The Amazon Resource Name (ARN) of your function.CreateFunctionUrlConfigResponse.Builder.functionUrl(String functionUrl) The HTTP URL endpoint for your function.CreateFunctionUrlConfigResponse.Builder.invokeMode(String invokeMode) Use one of the following options:CreateFunctionUrlConfigResponse.Builder.invokeMode(InvokeMode invokeMode) Use one of the following options:CreateFunctionUrlConfigResponse.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type CreateFunctionUrlConfigResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateFunctionUrlConfigResponse.Builder>CreateFunctionUrlConfigResponse.serializableBuilderClass()