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