Uses of Interface
software.amazon.awssdk.services.cloudfront.model.VpcOrigin.Builder
Packages that use VpcOrigin.Builder
-
Uses of VpcOrigin.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return VpcOrigin.BuilderModifier and TypeMethodDescriptionThe account ID of the Amazon Web Services account that owns the VPC origin.The VPC origin ARN.static VpcOrigin.BuilderVpcOrigin.builder()VpcOrigin.Builder.createdTime(Instant createdTime) The VPC origin created time.The VPC origin ID.VpcOrigin.Builder.lastModifiedTime(Instant lastModifiedTime) The VPC origin last modified time.The VPC origin status.VpcOrigin.toBuilder()default VpcOrigin.BuilderVpcOrigin.Builder.vpcOriginEndpointConfig(Consumer<VpcOriginEndpointConfig.Builder> vpcOriginEndpointConfig) The VPC origin endpoint configuration.VpcOrigin.Builder.vpcOriginEndpointConfig(VpcOriginEndpointConfig vpcOriginEndpointConfig) The VPC origin endpoint configuration.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type VpcOrigin.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpcOrigin.Builder>VpcOrigin.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type VpcOrigin.BuilderModifier and TypeMethodDescriptiondefault CreateVpcOriginResponse.BuilderCreateVpcOriginResponse.Builder.vpcOrigin(Consumer<VpcOrigin.Builder> vpcOrigin) The VPC origin.default DeleteVpcOriginResponse.BuilderDeleteVpcOriginResponse.Builder.vpcOrigin(Consumer<VpcOrigin.Builder> vpcOrigin) The VPC origin.default GetVpcOriginResponse.BuilderGetVpcOriginResponse.Builder.vpcOrigin(Consumer<VpcOrigin.Builder> vpcOrigin) The VPC origin.default UpdateVpcOriginResponse.BuilderUpdateVpcOriginResponse.Builder.vpcOrigin(Consumer<VpcOrigin.Builder> vpcOrigin) The VPC origin.