Uses of Class
software.amazon.awscdk.services.glue.CfnUserDefinedFunction.Builder
Packages that use CfnUserDefinedFunction.Builder
-
Uses of CfnUserDefinedFunction.Builder in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return CfnUserDefinedFunction.BuilderModifier and TypeMethodDescriptionThe Java class that contains the function code.CfnUserDefinedFunction.Builder.databaseName(String databaseName) The name of the catalog database in which the function is located.CfnUserDefinedFunction.Builder.functionName(String functionName) The name of the function.CfnUserDefinedFunction.Builder.functionType(String functionType) The type of the function.The owner of the function.The owner type.CfnUserDefinedFunction.Builder.resourceUris(List<? extends Object> resourceUris) The resource URIs for the function.CfnUserDefinedFunction.Builder.resourceUris(IResolvable resourceUris) The resource URIs for the function.