Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CreateFunctionRequest.Builder
Packages that use CreateFunctionRequest.Builder
Package
Description
-
Uses of CreateFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type CreateFunctionRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateFunctionResponse>CloudFrontAsyncClient.createFunction(Consumer<CreateFunctionRequest.Builder> createFunctionRequest) Creates a CloudFront function.default CreateFunctionResponseCloudFrontClient.createFunction(Consumer<CreateFunctionRequest.Builder> createFunctionRequest) Creates a CloudFront function. -
Uses of CreateFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CreateFunctionRequest.BuilderModifier and TypeMethodDescriptionCreateFunctionRequest.builder()CreateFunctionRequest.Builder.functionCode(SdkBytes functionCode) The function code.default CreateFunctionRequest.BuilderCreateFunctionRequest.Builder.functionConfig(Consumer<FunctionConfig.Builder> functionConfig) Configuration information about the function, including an optional comment and the function's runtime.CreateFunctionRequest.Builder.functionConfig(FunctionConfig functionConfig) Configuration information about the function, including an optional comment and the function's runtime.A name to identify the function.CreateFunctionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateFunctionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default CreateFunctionRequest.BuilderCreateFunctionRequest.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.CreateFunctionRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CreateFunctionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateFunctionRequest.Builder>CreateFunctionRequest.serializableBuilderClass()