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 AWS Region of the master function.
|
ListFunctionsRequest.Builder |
maxItems(Integer maxItems)
Specify a value between 1 and 50 to limit the number of functions in the response.
|
ListFunctionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFunctionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
copy
applyMutation, build
ListFunctionsRequest.Builder masterRegion(String masterRegion)
For Lambda@Edge functions, the AWS Region of the master function. For example, us-east-2
or
ALL
. If specified, you must set FunctionVersion
to ALL
.
masterRegion
- For Lambda@Edge functions, the AWS Region of the master function. For example, us-east-2
or ALL
. 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)
Specify a value between 1 and 50 to limit the number of functions in the response.
maxItems
- Specify a value between 1 and 50 to limit the number of functions in the response.ListFunctionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListFunctionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.