| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
UserDefinedFunctionInput |
CreateUserDefinedFunctionRequest.functionInput()
A
FunctionInput object that defines the function to create in the Data Catalog. |
UserDefinedFunctionInput |
UpdateUserDefinedFunctionRequest.functionInput()
A
FunctionInput object that redefines the function in the Data Catalog. |
| Modifier and Type | Method and Description |
|---|---|
CreateUserDefinedFunctionRequest.Builder |
CreateUserDefinedFunctionRequest.Builder.functionInput(UserDefinedFunctionInput functionInput)
A
FunctionInput object that defines the function to create in the Data Catalog. |
UpdateUserDefinedFunctionRequest.Builder |
UpdateUserDefinedFunctionRequest.Builder.functionInput(UserDefinedFunctionInput functionInput)
A
FunctionInput object that redefines the function in the Data Catalog. |
Copyright © 2023. All rights reserved.