Uses of Interface
software.amazon.awssdk.services.cloudfront.model.UpdateConnectionFunctionRequest.Builder
Packages that use UpdateConnectionFunctionRequest.Builder
Package
Description
-
Uses of UpdateConnectionFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type UpdateConnectionFunctionRequest.BuilderModifier and TypeMethodDescriptionCloudFrontAsyncClient.updateConnectionFunction(Consumer<UpdateConnectionFunctionRequest.Builder> updateConnectionFunctionRequest) Updates a connection function.default UpdateConnectionFunctionResponseCloudFrontClient.updateConnectionFunction(Consumer<UpdateConnectionFunctionRequest.Builder> updateConnectionFunctionRequest) Updates a connection function. -
Uses of UpdateConnectionFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return UpdateConnectionFunctionRequest.BuilderModifier and TypeMethodDescriptionUpdateConnectionFunctionRequest.builder()UpdateConnectionFunctionRequest.Builder.connectionFunctionCode(SdkBytes connectionFunctionCode) The connection function code.UpdateConnectionFunctionRequest.Builder.connectionFunctionConfig(Consumer<FunctionConfig.Builder> connectionFunctionConfig) Sets the value of the ConnectionFunctionConfig property for this object.UpdateConnectionFunctionRequest.Builder.connectionFunctionConfig(FunctionConfig connectionFunctionConfig) Sets the value of the ConnectionFunctionConfig property for this object.The connection function ID.The current version (ETagvalue) of the connection function you are updating.UpdateConnectionFunctionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateConnectionFunctionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateConnectionFunctionRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type UpdateConnectionFunctionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateConnectionFunctionRequest.Builder>UpdateConnectionFunctionRequest.serializableBuilderClass()