Interface DeleteFunctionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudFrontRequest.Builder
,CopyableBuilder<DeleteFunctionRequest.Builder,DeleteFunctionRequest>
,SdkBuilder<DeleteFunctionRequest.Builder,DeleteFunctionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DeleteFunctionRequest
public static interface DeleteFunctionRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<DeleteFunctionRequest.Builder,DeleteFunctionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteFunctionRequest.Builder
ifMatch(String ifMatch)
The current version (ETag
value) of the function that you are deleting, which you can get usingDescribeFunction
.DeleteFunctionRequest.Builder
name(String name)
The name of the function that you are deleting.DeleteFunctionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DeleteFunctionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
name
DeleteFunctionRequest.Builder name(String name)
The name of the function that you are deleting.
- Parameters:
name
- The name of the function that you are deleting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ifMatch
DeleteFunctionRequest.Builder ifMatch(String ifMatch)
The current version (
ETag
value) of the function that you are deleting, which you can get usingDescribeFunction
.- Parameters:
ifMatch
- The current version (ETag
value) of the function that you are deleting, which you can get usingDescribeFunction
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-