Interface ListProvisionedConcurrencyConfigsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListProvisionedConcurrencyConfigsRequest.Builder,ListProvisionedConcurrencyConfigsRequest>,LambdaRequest.Builder,SdkBuilder<ListProvisionedConcurrencyConfigsRequest.Builder,ListProvisionedConcurrencyConfigsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListProvisionedConcurrencyConfigsRequest
public static interface ListProvisionedConcurrencyConfigsRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<ListProvisionedConcurrencyConfigsRequest.Builder,ListProvisionedConcurrencyConfigsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProvisionedConcurrencyConfigsRequest.BuilderfunctionName(String functionName)The name or ARN of the Lambda function.ListProvisionedConcurrencyConfigsRequest.Buildermarker(String marker)Specify the pagination token that's returned by a previous request to retrieve the next page of results.ListProvisionedConcurrencyConfigsRequest.BuildermaxItems(Integer maxItems)Specify a number to limit the number of configurations returned.ListProvisionedConcurrencyConfigsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProvisionedConcurrencyConfigsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
functionName
ListProvisionedConcurrencyConfigsRequest.Builder functionName(String functionName)
The name or ARN 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.
- Parameters:
functionName- The name or ARN 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
marker
ListProvisionedConcurrencyConfigsRequest.Builder marker(String marker)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
- Parameters:
marker- Specify the pagination token that's returned by a previous request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
ListProvisionedConcurrencyConfigsRequest.Builder maxItems(Integer maxItems)
Specify a number to limit the number of configurations returned.
- Parameters:
maxItems- Specify a number to limit the number of configurations returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListProvisionedConcurrencyConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListProvisionedConcurrencyConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-