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