public static interface ListFunctionsRequest.Builder extends LambdaRequest.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<ListFunctionsRequest.Builder,ListFunctionsRequest>
| Modifier and Type | Method and Description | 
|---|---|
| ListFunctionsRequest.Builder | functionVersion(FunctionVersion functionVersion)
 Optional string. | 
| ListFunctionsRequest.Builder | functionVersion(String functionVersion)
 Optional string. | 
| ListFunctionsRequest.Builder | marker(String marker)
 Optional string. | 
| ListFunctionsRequest.Builder | masterRegion(String masterRegion)
 Optional string. | 
| ListFunctionsRequest.Builder | maxItems(Integer maxItems)
 Optional integer. | 
| ListFunctionsRequest.Builder | requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) | 
buildrequestOverrideConfig, requestOverrideConfigListFunctionsRequest.Builder masterRegion(String masterRegion)
Optional string. If not specified, will return only regular function versions (i.e., non-replicated versions).
Valid values are:
 The region from which the functions are replicated. For example, if you specify us-east-1, only
 functions replicated from that region will be returned.
 
 ALL: Will return all functions from any region. If specified, you also must specify a valid
 FunctionVersion parameter.
 
masterRegion - Optional string. If not specified, will return only regular function versions (i.e., non-replicated
        versions).
        Valid values are:
        The region from which the functions are replicated. For example, if you specify us-east-1
        , only functions replicated from that region will be returned.
        
        ALL: Will return all functions from any region. If specified, you also must specify a
        valid FunctionVersion parameter.
ListFunctionsRequest.Builder functionVersion(String functionVersion)
Optional string. If not specified, only the unqualified functions ARNs (Amazon Resource Names) will be returned.
Valid value:
 ALL: Will return all versions, including $LATEST which will have fully qualified
 ARNs (Amazon Resource Names).
 
functionVersion - Optional string. If not specified, only the unqualified functions ARNs (Amazon Resource Names) will be
        returned.
        Valid value:
        ALL: Will return all versions, including $LATEST which will have fully
        qualified ARNs (Amazon Resource Names).
FunctionVersion, 
FunctionVersionListFunctionsRequest.Builder functionVersion(FunctionVersion functionVersion)
Optional string. If not specified, only the unqualified functions ARNs (Amazon Resource Names) will be returned.
Valid value:
 ALL: Will return all versions, including $LATEST which will have fully qualified
 ARNs (Amazon Resource Names).
 
functionVersion - Optional string. If not specified, only the unqualified functions ARNs (Amazon Resource Names) will be
        returned.
        Valid value:
        ALL: Will return all versions, including $LATEST which will have fully
        qualified ARNs (Amazon Resource Names).
FunctionVersion, 
FunctionVersionListFunctionsRequest.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.
maxItems - Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This
        parameter value must be greater than 0.ListFunctionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.