public static interface GetUserDefinedFunctionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetUserDefinedFunctionRequest.Builder,GetUserDefinedFunctionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetUserDefinedFunctionRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the function to be retrieved is located.
|
GetUserDefinedFunctionRequest.Builder |
databaseName(String databaseName)
The name of the catalog database where the function is located.
|
GetUserDefinedFunctionRequest.Builder |
functionName(String functionName)
The name of the function.
|
GetUserDefinedFunctionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetUserDefinedFunctionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetUserDefinedFunctionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the function to be retrieved is located. If none is provided, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog where the function to be retrieved is located. If none is provided, the AWS
account ID is used by default.GetUserDefinedFunctionRequest.Builder databaseName(String databaseName)
The name of the catalog database where the function is located.
databaseName - The name of the catalog database where the function is located.GetUserDefinedFunctionRequest.Builder functionName(String functionName)
The name of the function.
functionName - The name of the function.GetUserDefinedFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetUserDefinedFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.