Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CreateConnectionFunctionRequest.Builder
Packages that use CreateConnectionFunctionRequest.Builder
Package
Description
-
Uses of CreateConnectionFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type CreateConnectionFunctionRequest.BuilderModifier and TypeMethodDescriptionCloudFrontAsyncClient.createConnectionFunction(Consumer<CreateConnectionFunctionRequest.Builder> createConnectionFunctionRequest) Creates a connection function.default CreateConnectionFunctionResponseCloudFrontClient.createConnectionFunction(Consumer<CreateConnectionFunctionRequest.Builder> createConnectionFunctionRequest) Creates a connection function. -
Uses of CreateConnectionFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CreateConnectionFunctionRequest.BuilderModifier and TypeMethodDescriptionCreateConnectionFunctionRequest.builder()CreateConnectionFunctionRequest.Builder.connectionFunctionCode(SdkBytes connectionFunctionCode) The code for the connection function.CreateConnectionFunctionRequest.Builder.connectionFunctionConfig(Consumer<FunctionConfig.Builder> connectionFunctionConfig) Sets the value of the ConnectionFunctionConfig property for this object.CreateConnectionFunctionRequest.Builder.connectionFunctionConfig(FunctionConfig connectionFunctionConfig) Sets the value of the ConnectionFunctionConfig property for this object.A name for the connection function.CreateConnectionFunctionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateConnectionFunctionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateConnectionFunctionRequest.Builder.tags(Consumer<Tags.Builder> tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.CreateConnectionFunctionRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CreateConnectionFunctionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateConnectionFunctionRequest.Builder>CreateConnectionFunctionRequest.serializableBuilderClass()