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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetUserDefinedFunctionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetUserDefinedFunctionsRequest.Builder |
pattern(String pattern)
An optional function-name pattern string that filters the function definitions returned.
|
build
overrideConfiguration
copy
applyMutation, build
GetUserDefinedFunctionsRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetUserDefinedFunctionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.