public static interface ListFunctionsRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<ListFunctionsRequest.Builder,ListFunctionsRequest>
Modifier and Type | Method and Description |
---|---|
ListFunctionsRequest.Builder |
functionVersion(FunctionVersion functionVersion)
Set to
ALL to include entries for all published versions of each function. |
ListFunctionsRequest.Builder |
functionVersion(String functionVersion)
Set to
ALL to include entries for all published versions of each function. |
ListFunctionsRequest.Builder |
marker(String marker)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
ListFunctionsRequest.Builder |
masterRegion(String masterRegion)
For Lambda@Edge functions, the Amazon Web Services Region of the master function.
|
ListFunctionsRequest.Builder |
maxItems(Integer maxItems)
The maximum number of functions to return in the response.
|
ListFunctionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFunctionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListFunctionsRequest.Builder masterRegion(String masterRegion)
For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example,
us-east-1
filters the list of functions to only include Lambda@Edge functions replicated from a
master function in US East (N. Virginia). If specified, you must set FunctionVersion
to
ALL
.
masterRegion
- For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example,
us-east-1
filters the list of functions to only include Lambda@Edge functions replicated
from a master function in US East (N. Virginia). If specified, you must set
FunctionVersion
to ALL
.ListFunctionsRequest.Builder functionVersion(String functionVersion)
Set to ALL
to include entries for all published versions of each function.
functionVersion
- Set to ALL
to include entries for all published versions of each function.FunctionVersion
,
FunctionVersion
ListFunctionsRequest.Builder functionVersion(FunctionVersion functionVersion)
Set to ALL
to include entries for all published versions of each function.
functionVersion
- Set to ALL
to include entries for all published versions of each function.FunctionVersion
,
FunctionVersion
ListFunctionsRequest.Builder marker(String marker)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
marker
- Specify the pagination token that's returned by a previous request to retrieve the next page of
results.ListFunctionsRequest.Builder maxItems(Integer maxItems)
The maximum number of functions to return in the response. Note that ListFunctions
returns a
maximum of 50 items in each response, even if you set the number higher.
maxItems
- The maximum number of functions to return in the response. Note that ListFunctions
returns a maximum of 50 items in each response, even if you set the number higher.ListFunctionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListFunctionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.