Interface UpdateFunctionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontRequest.Builder,CopyableBuilder<UpdateFunctionRequest.Builder,,UpdateFunctionRequest> SdkBuilder<UpdateFunctionRequest.Builder,,UpdateFunctionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateFunctionRequest
@Mutable
@NotThreadSafe
public static interface UpdateFunctionRequest.Builder
extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<UpdateFunctionRequest.Builder,UpdateFunctionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionfunctionCode(SdkBytes functionCode) The function code.default UpdateFunctionRequest.BuilderfunctionConfig(Consumer<FunctionConfig.Builder> functionConfig) Configuration information about the function.functionConfig(FunctionConfig functionConfig) Configuration information about the function.The current version (ETagvalue) of the function that you are updating, which you can get usingDescribeFunction.The name of the function that you are updating.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the function that you are updating.
- Parameters:
name- The name of the function that you are updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ifMatch
The current version (
ETagvalue) of the function that you are updating, which you can get usingDescribeFunction.- Parameters:
ifMatch- The current version (ETagvalue) of the function that you are updating, which you can get usingDescribeFunction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
functionConfig
Configuration information about the function.
- Parameters:
functionConfig- Configuration information about the function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
functionConfig
default UpdateFunctionRequest.Builder functionConfig(Consumer<FunctionConfig.Builder> functionConfig) Configuration information about the function.
This is a convenience method that creates an instance of theFunctionConfig.Builderavoiding the need to create one manually viaFunctionConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofunctionConfig(FunctionConfig).- Parameters:
functionConfig- a consumer that will call methods onFunctionConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
functionCode
The function code. For more information about writing a CloudFront function, see Writing function code for CloudFront Functions in the Amazon CloudFront Developer Guide.
- Parameters:
functionCode- The function code. For more information about writing a CloudFront function, see Writing function code for CloudFront Functions in the Amazon CloudFront Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-