Interface GetUserDefinedFunctionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetUserDefinedFunctionRequest.Builder,
,GetUserDefinedFunctionRequest> GlueRequest.Builder
,SdkBuilder<GetUserDefinedFunctionRequest.Builder,
,GetUserDefinedFunctionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetUserDefinedFunctionRequest
public static interface GetUserDefinedFunctionRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetUserDefinedFunctionRequest.Builder,GetUserDefinedFunctionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Data Catalog where the function to be retrieved is located.databaseName
(String databaseName) The name of the catalog database where the function is located.functionName
(String functionName) The name of the function.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
catalogId
The ID of the Data Catalog where the function to be retrieved is located. If none is provided, the Amazon Web Services account ID is used by default.
- Parameters:
catalogId
- The ID of the Data Catalog where the function to be retrieved is located. If none is provided, the Amazon Web Services account ID is used by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
The name of the catalog database where the function is located.
- Parameters:
databaseName
- The name of the catalog database where the function is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
functionName
The name of the function.
- Parameters:
functionName
- The name of the function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetUserDefinedFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetUserDefinedFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-