Uses of Interface
software.amazon.awssdk.services.cloudfront.model.FunctionConfig.Builder
Packages that use FunctionConfig.Builder
-
Uses of FunctionConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FunctionConfig.BuilderModifier and TypeMethodDescriptionstatic FunctionConfig.BuilderFunctionConfig.builder()A comment to describe the function.default FunctionConfig.BuilderFunctionConfig.Builder.keyValueStoreAssociations(Consumer<KeyValueStoreAssociations.Builder> keyValueStoreAssociations) The configuration for the key value store associations.FunctionConfig.Builder.keyValueStoreAssociations(KeyValueStoreAssociations keyValueStoreAssociations) The configuration for the key value store associations.The function's runtime environment version.FunctionConfig.Builder.runtime(FunctionRuntime runtime) The function's runtime environment version.FunctionConfig.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FunctionConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FunctionConfig.Builder>FunctionConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type FunctionConfig.BuilderModifier and TypeMethodDescriptionConnectionFunctionSummary.Builder.connectionFunctionConfig(Consumer<FunctionConfig.Builder> connectionFunctionConfig) Sets the value of the ConnectionFunctionConfig property for this object.CreateConnectionFunctionRequest.Builder.connectionFunctionConfig(Consumer<FunctionConfig.Builder> connectionFunctionConfig) Sets the value of the ConnectionFunctionConfig property for this object.UpdateConnectionFunctionRequest.Builder.connectionFunctionConfig(Consumer<FunctionConfig.Builder> connectionFunctionConfig) Sets the value of the ConnectionFunctionConfig property for this object.default CreateFunctionRequest.BuilderCreateFunctionRequest.Builder.functionConfig(Consumer<FunctionConfig.Builder> functionConfig) Configuration information about the function, including an optional comment and the function's runtime.default FunctionSummary.BuilderFunctionSummary.Builder.functionConfig(Consumer<FunctionConfig.Builder> functionConfig) Contains configuration information about a CloudFront function.default UpdateFunctionRequest.BuilderUpdateFunctionRequest.Builder.functionConfig(Consumer<FunctionConfig.Builder> functionConfig) Configuration information about the function.