public static interface UpdateUserDefinedFunctionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateUserDefinedFunctionRequest.Builder,UpdateUserDefinedFunctionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateUserDefinedFunctionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the function to be updated is located. If none is provided, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Data Catalog where the function to be updated is located. If none is provided, the
Amazon Web Services account ID is used by default.UpdateUserDefinedFunctionRequest.Builder databaseName(String databaseName)
The name of the catalog database where the function to be updated is located.
databaseName - The name of the catalog database where the function to be updated is located.UpdateUserDefinedFunctionRequest.Builder functionName(String functionName)
The name of the function.
functionName - The name of the function.UpdateUserDefinedFunctionRequest.Builder functionInput(UserDefinedFunctionInput functionInput)
A FunctionInput object that redefines the function in the Data Catalog.
functionInput - A FunctionInput object that redefines the function in the Data Catalog.default UpdateUserDefinedFunctionRequest.Builder functionInput(Consumer<UserDefinedFunctionInput.Builder> functionInput)
A FunctionInput object that redefines the function 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)UpdateUserDefinedFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateUserDefinedFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.