public static interface ListProvisionedConcurrencyConfigsRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<ListProvisionedConcurrencyConfigsRequest.Builder,ListProvisionedConcurrencyConfigsRequest>
Modifier and Type | Method and Description |
---|---|
ListProvisionedConcurrencyConfigsRequest.Builder |
functionName(String functionName)
The name of the Lambda function.
|
ListProvisionedConcurrencyConfigsRequest.Builder |
marker(String marker)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
ListProvisionedConcurrencyConfigsRequest.Builder |
maxItems(Integer maxItems)
Specify a number to limit the number of configurations returned.
|
ListProvisionedConcurrencyConfigsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProvisionedConcurrencyConfigsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListProvisionedConcurrencyConfigsRequest.Builder functionName(String functionName)
The name of the Lambda function.
Name formats
Function name – my-function
.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
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 – my-function
.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
ListProvisionedConcurrencyConfigsRequest.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.ListProvisionedConcurrencyConfigsRequest.Builder maxItems(Integer maxItems)
Specify a number to limit the number of configurations returned.
maxItems
- Specify a number to limit the number of configurations returned.ListProvisionedConcurrencyConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListProvisionedConcurrencyConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.