public static interface ListFunctionUrlConfigsRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<ListFunctionUrlConfigsRequest.Builder,ListFunctionUrlConfigsRequest>
Modifier and Type | Method and Description |
---|---|
ListFunctionUrlConfigsRequest.Builder |
functionName(String functionName)
The name of the Lambda function.
|
ListFunctionUrlConfigsRequest.Builder |
marker(String marker)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
ListFunctionUrlConfigsRequest.Builder |
maxItems(Integer maxItems)
The maximum number of function URLs to return in the response.
|
ListFunctionUrlConfigsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFunctionUrlConfigsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListFunctionUrlConfigsRequest.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.
ListFunctionUrlConfigsRequest.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.ListFunctionUrlConfigsRequest.Builder maxItems(Integer maxItems)
The maximum number of function URLs to return in the response. Note that ListFunctionUrlConfigs
returns a maximum of 50 items in each response, even if you set the number higher.
maxItems
- The maximum number of function URLs to return in the response. Note that
ListFunctionUrlConfigs
returns a maximum of 50 items in each response, even if you set
the number higher.ListFunctionUrlConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListFunctionUrlConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.