public static interface UpdateUserDefinedFunctionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateUserDefinedFunctionRequest.Builder,UpdateUserDefinedFunctionRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateUserDefinedFunctionRequest.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.Builder
functionInput(UserDefinedFunctionInput)
UpdateUserDefinedFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateUserDefinedFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.