public static interface CreateUserDefinedFunctionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateUserDefinedFunctionRequest.Builder,CreateUserDefinedFunctionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateUserDefinedFunctionRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog in which to create the function.
|
CreateUserDefinedFunctionRequest.Builder |
databaseName(String databaseName)
The name of the catalog database in which to create the function.
|
default CreateUserDefinedFunctionRequest.Builder |
functionInput(Consumer<UserDefinedFunctionInput.Builder> functionInput)
A
FunctionInput object that defines the function to create in the Data Catalog. |
CreateUserDefinedFunctionRequest.Builder |
functionInput(UserDefinedFunctionInput functionInput)
A
FunctionInput object that defines the function to create in the Data Catalog. |
CreateUserDefinedFunctionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateUserDefinedFunctionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUserDefinedFunctionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog in which to create the function. If none is provided, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Data Catalog in which to create the function. If none is provided, the Amazon Web
Services account ID is used by default.CreateUserDefinedFunctionRequest.Builder databaseName(String databaseName)
The name of the catalog database in which to create the function.
databaseName - The name of the catalog database in which to create the function.CreateUserDefinedFunctionRequest.Builder functionInput(UserDefinedFunctionInput functionInput)
A FunctionInput object that defines the function to create in the Data Catalog.
functionInput - A FunctionInput object that defines the function to create in the Data Catalog.default CreateUserDefinedFunctionRequest.Builder functionInput(Consumer<UserDefinedFunctionInput.Builder> functionInput)
A FunctionInput object that defines the function to create in the Data Catalog.
UserDefinedFunctionInput.Builder
avoiding the need to create one manually via UserDefinedFunctionInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to functionInput(UserDefinedFunctionInput).
functionInput - a consumer that will call methods on UserDefinedFunctionInput.BuilderfunctionInput(UserDefinedFunctionInput)CreateUserDefinedFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateUserDefinedFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.