Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CreateVpcOriginRequest.Builder
Packages that use CreateVpcOriginRequest.Builder
Package
Description
-
Uses of CreateVpcOriginRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type CreateVpcOriginRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateVpcOriginResponse>CloudFrontAsyncClient.createVpcOrigin(Consumer<CreateVpcOriginRequest.Builder> createVpcOriginRequest) Create an Amazon CloudFront VPC origin.default CreateVpcOriginResponseCloudFrontClient.createVpcOrigin(Consumer<CreateVpcOriginRequest.Builder> createVpcOriginRequest) Create an Amazon CloudFront VPC origin. -
Uses of CreateVpcOriginRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CreateVpcOriginRequest.BuilderModifier and TypeMethodDescriptionCreateVpcOriginRequest.builder()CreateVpcOriginRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateVpcOriginRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default CreateVpcOriginRequest.BuilderCreateVpcOriginRequest.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.CreateVpcOriginRequest.toBuilder()default CreateVpcOriginRequest.BuilderCreateVpcOriginRequest.Builder.vpcOriginEndpointConfig(Consumer<VpcOriginEndpointConfig.Builder> vpcOriginEndpointConfig) The VPC origin endpoint configuration.CreateVpcOriginRequest.Builder.vpcOriginEndpointConfig(VpcOriginEndpointConfig vpcOriginEndpointConfig) The VPC origin endpoint configuration.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CreateVpcOriginRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateVpcOriginRequest.Builder>CreateVpcOriginRequest.serializableBuilderClass()