public static interface ListAliasesRequest.Builder extends LambdaRequest.Builder, CopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAliasesRequest.Builder |
functionName(String functionName)
Lambda function name for which the alias is created.
|
ListAliasesRequest.Builder |
functionVersion(String functionVersion)
If you specify this optional parameter, the API returns only the aliases that are pointing to the specific
Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.
|
ListAliasesRequest.Builder |
marker(String marker)
Optional string.
|
ListAliasesRequest.Builder |
maxItems(Integer maxItems)
Optional integer.
|
ListAliasesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListAliasesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListAliasesRequest.Builder functionName(String functionName)
Lambda function name for which the alias is created. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName - Lambda function name for which the alias is created. Note that the length constraint applies only to
the ARN. If you specify only the function name, it is limited to 64 characters in length.ListAliasesRequest.Builder functionVersion(String functionVersion)
If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.
functionVersion - If you specify this optional parameter, the API returns only the aliases that are pointing to the
specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda
function.ListAliasesRequest.Builder marker(String marker)
Optional string. An opaque pagination token returned from a previous ListAliases operation. If
present, indicates where to continue the listing.
marker - Optional string. An opaque pagination token returned from a previous ListAliases
operation. If present, indicates where to continue the listing.ListAliasesRequest.Builder maxItems(Integer maxItems)
Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.
maxItems - Optional integer. Specifies the maximum number of aliases to return in response. This parameter value
must be greater than 0.ListAliasesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListAliasesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.