public static interface DeleteFunctionRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<DeleteFunctionRequest.Builder,DeleteFunctionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteFunctionRequest.Builder |
ifMatch(String ifMatch)
The current version (
ETag value) of the function that you are deleting, which you can get using
DescribeFunction. |
DeleteFunctionRequest.Builder |
name(String name)
The name of the function that you are deleting.
|
DeleteFunctionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteFunctionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteFunctionRequest.Builder name(String name)
The name of the function that you are deleting.
name - The name of the function that you are deleting.DeleteFunctionRequest.Builder ifMatch(String ifMatch)
The current version (ETag value) of the function that you are deleting, which you can get using
DescribeFunction.
ifMatch - The current version (ETag value) of the function that you are deleting, which you can get
using DescribeFunction.DeleteFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.