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