public static interface GetUserDefinedFunctionsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetUserDefinedFunctionsRequest.Builder,GetUserDefinedFunctionsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetUserDefinedFunctionsRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the functions to be retrieved are located.
|
GetUserDefinedFunctionsRequest.Builder |
databaseName(String databaseName)
The name of the catalog database where the functions are located.
|
GetUserDefinedFunctionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of functions to return in one response.
|
GetUserDefinedFunctionsRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is a continuation call.
|
GetUserDefinedFunctionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetUserDefinedFunctionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetUserDefinedFunctionsRequest.Builder |
pattern(String pattern)
An optional function-name pattern string that filters the function definitions returned.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetUserDefinedFunctionsRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the functions to be retrieved are located. If none is provided, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Data Catalog where the functions to be retrieved are located. If none is provided, the
Amazon Web Services account ID is used by default.GetUserDefinedFunctionsRequest.Builder databaseName(String databaseName)
The name of the catalog database where the functions are located. If none is provided, functions from all the databases across the catalog will be returned.
databaseName - The name of the catalog database where the functions are located. If none is provided, functions from
all the databases across the catalog will be returned.GetUserDefinedFunctionsRequest.Builder pattern(String pattern)
An optional function-name pattern string that filters the function definitions returned.
pattern - An optional function-name pattern string that filters the function definitions returned.GetUserDefinedFunctionsRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.GetUserDefinedFunctionsRequest.Builder maxResults(Integer maxResults)
The maximum number of functions to return in one response.
maxResults - The maximum number of functions to return in one response.GetUserDefinedFunctionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetUserDefinedFunctionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.