public static interface ListAliasesRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAliasesRequest.Builder |
functionName(String functionName)
The name of the Lambda function.
|
ListAliasesRequest.Builder |
functionVersion(String functionVersion)
Specify a function version to only list aliases that invoke that version.
|
ListAliasesRequest.Builder |
marker(String marker)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
ListAliasesRequest.Builder |
maxItems(Integer maxItems)
Limit the number of aliases returned.
|
ListAliasesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAliasesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAliasesRequest.Builder functionName(String functionName)
The name of the Lambda function.
Name formats
Function name - MyFunction.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
Partial ARN - 123456789012:function:MyFunction.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName - The name of the Lambda function.
Name formats
Function name - MyFunction.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
Partial ARN - 123456789012:function:MyFunction.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
ListAliasesRequest.Builder functionVersion(String functionVersion)
Specify a function version to only list aliases that invoke that version.
functionVersion - Specify a function version to only list aliases that invoke that version.ListAliasesRequest.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.ListAliasesRequest.Builder maxItems(Integer maxItems)
Limit the number of aliases returned.
maxItems - Limit the number of aliases returned.ListAliasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAliasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.