public static interface GetUserDefinedFunctionsRequest.Builder extends GlueRequest.Builder, 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 |
pattern(String pattern)
An optional function-name pattern string that filters the function definitions returned.
|
GetUserDefinedFunctionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetUserDefinedFunctionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetUserDefinedFunctionsRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the functions to be retrieved are located. If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog where the functions to be retrieved are located. If none is supplied, the
AWS account ID is used by default.GetUserDefinedFunctionsRequest.Builder databaseName(String databaseName)
The name of the catalog database where the functions are located.
databaseName - The name of the catalog database where the functions are located.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetUserDefinedFunctionsRequest.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.