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 list all published versions. |
ListFunctionsRequest.Builder |
functionVersion(String functionVersion)
Set to
ALL to list all published versions. |
ListFunctionsRequest.Builder |
marker(String marker)
Optional string.
|
ListFunctionsRequest.Builder |
masterRegion(String masterRegion)
Specify a region (e.g.
|
ListFunctionsRequest.Builder |
maxItems(Integer maxItems)
Optional integer.
|
ListFunctionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListFunctionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListFunctionsRequest.Builder masterRegion(String masterRegion)
Specify a region (e.g. us-east-2
) to only list functions that were created in that region, or
ALL
to include functions replicated from any region. If specified, you also must specify the
FunctionVersion
.
masterRegion
- Specify a region (e.g. us-east-2
) to only list functions that were created in that
region, or ALL
to include functions replicated from any region. If specified, you also
must specify the FunctionVersion
.ListFunctionsRequest.Builder functionVersion(String functionVersion)
Set to ALL
to list all published versions. If not specified, only the latest unpublished version
ARN is returned.
functionVersion
- Set to ALL
to list all published versions. If not specified, only the latest unpublished
version ARN is returned.FunctionVersion
,
FunctionVersion
ListFunctionsRequest.Builder functionVersion(FunctionVersion functionVersion)
Set to ALL
to list all published versions. If not specified, only the latest unpublished version
ARN is returned.
functionVersion
- Set to ALL
to list all published versions. If not specified, only the latest unpublished
version ARN is returned.FunctionVersion
,
FunctionVersion
ListFunctionsRequest.Builder marker(String marker)
Optional string. An opaque pagination token returned from a previous ListFunctions
operation. If
present, indicates where to continue the listing.
marker
- Optional string. An opaque pagination token returned from a previous ListFunctions
operation. If present, indicates where to continue the listing.ListFunctionsRequest.Builder maxItems(Integer maxItems)
Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0. The absolute maximum of AWS Lambda functions that can be returned is 50.
maxItems
- Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This
parameter value must be greater than 0. The absolute maximum of AWS Lambda functions that can be
returned is 50.ListFunctionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListFunctionsRequest.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.