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