public static interface DeleteFunctionEventInvokeConfigRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<DeleteFunctionEventInvokeConfigRequest.Builder,DeleteFunctionEventInvokeConfigRequest>
Modifier and Type | Method and Description |
---|---|
DeleteFunctionEventInvokeConfigRequest.Builder |
functionName(String functionName)
The name of the Lambda function, version, or alias.
|
DeleteFunctionEventInvokeConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteFunctionEventInvokeConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteFunctionEventInvokeConfigRequest.Builder |
qualifier(String qualifier)
A version number or alias name.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteFunctionEventInvokeConfigRequest.Builder functionName(String functionName)
The name of the Lambda function, version, or alias.
Name formats
Function name - my-function
(name-only), my-function:v1
(with alias).
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN - 123456789012:function:my-function
.
You can append a version number or alias to any of the formats. 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, version, or alias.
Name formats
Function name - my-function
(name-only), my-function:v1
(with alias).
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN - 123456789012:function:my-function
.
You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
DeleteFunctionEventInvokeConfigRequest.Builder qualifier(String qualifier)
A version number or alias name.
qualifier
- A version number or alias name.DeleteFunctionEventInvokeConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteFunctionEventInvokeConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.