Uses of Interface
software.amazon.awssdk.services.cloudfront.model.VpcOriginConfig.Builder
Packages that use VpcOriginConfig.Builder
-
Uses of VpcOriginConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return VpcOriginConfig.BuilderModifier and TypeMethodDescriptionstatic VpcOriginConfig.BuilderVpcOriginConfig.builder()VpcOriginConfig.Builder.originKeepaliveTimeout(Integer originKeepaliveTimeout) Specifies how long, in seconds, CloudFront persists its connection to the origin.VpcOriginConfig.Builder.originReadTimeout(Integer originReadTimeout) Specifies how long, in seconds, CloudFront waits for a response from the origin.VpcOriginConfig.Builder.ownerAccountId(String ownerAccountId) The account ID of the Amazon Web Services account that owns the VPC origin.VpcOriginConfig.toBuilder()VpcOriginConfig.Builder.vpcOriginId(String vpcOriginId) The VPC origin ID.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type VpcOriginConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpcOriginConfig.Builder>VpcOriginConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type VpcOriginConfig.BuilderModifier and TypeMethodDescriptiondefault Origin.BuilderOrigin.Builder.vpcOriginConfig(Consumer<VpcOriginConfig.Builder> vpcOriginConfig) The VPC origin configuration.