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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetUserDefinedFunctionRequest.BuildercatalogId(String catalogId)The ID of the Data Catalog where the function to be retrieved is located.GetUserDefinedFunctionRequest.BuilderdatabaseName(String databaseName)The name of the catalog database where the function is located.GetUserDefinedFunctionRequest.BuilderfunctionName(String functionName)The name of the function.GetUserDefinedFunctionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetUserDefinedFunctionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
catalogId
GetUserDefinedFunctionRequest.Builder catalogId(String 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
GetUserDefinedFunctionRequest.Builder databaseName(String 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
GetUserDefinedFunctionRequest.Builder functionName(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetUserDefinedFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-