public static interface UpdateUserDefinedFunctionRequest.Builder extends GlueRequest.Builder, CopyableBuilder<UpdateUserDefinedFunctionRequest.Builder,UpdateUserDefinedFunctionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateUserDefinedFunctionRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the function to be updated is located.
|
UpdateUserDefinedFunctionRequest.Builder |
databaseName(String databaseName)
The name of the catalog database where the function to be updated is located.
|
default UpdateUserDefinedFunctionRequest.Builder |
functionInput(Consumer<UserDefinedFunctionInput.Builder> functionInput)
A
FunctionInput object that re-defines the function in the Data Catalog. |
UpdateUserDefinedFunctionRequest.Builder |
functionInput(UserDefinedFunctionInput functionInput)
A
FunctionInput object that re-defines the function in the Data Catalog. |
UpdateUserDefinedFunctionRequest.Builder |
functionName(String functionName)
The name of the function.
|
UpdateUserDefinedFunctionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateUserDefinedFunctionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildUpdateUserDefinedFunctionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the function to be updated is located. If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog where the function to be updated is located. If none is supplied, the AWS
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 re-defines the function in the Data Catalog.
functionInput - A FunctionInput object that re-defines the function in the Data Catalog.default UpdateUserDefinedFunctionRequest.Builder functionInput(Consumer<UserDefinedFunctionInput.Builder> functionInput)
A FunctionInput object that re-defines 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateUserDefinedFunctionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.