Uses of Interface
software.amazon.awssdk.services.cloudfront.model.Origin.Builder
Packages that use Origin.Builder
-
Uses of Origin.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return Origin.BuilderModifier and TypeMethodDescriptionstatic Origin.BuilderOrigin.builder()Origin.Builder.connectionAttempts(Integer connectionAttempts) The number of times that CloudFront attempts to connect to the origin.Origin.Builder.connectionTimeout(Integer connectionTimeout) The number of seconds that CloudFront waits when trying to establish a connection to the origin.default Origin.BuilderOrigin.Builder.customHeaders(Consumer<CustomHeaders.Builder> customHeaders) A list of HTTP header names and values that CloudFront adds to the requests that it sends to the origin.Origin.Builder.customHeaders(CustomHeaders customHeaders) A list of HTTP header names and values that CloudFront adds to the requests that it sends to the origin.default Origin.BuilderOrigin.Builder.customOriginConfig(Consumer<CustomOriginConfig.Builder> customOriginConfig) Use this type to specify an origin that is not an Amazon S3 bucket, with one exception.Origin.Builder.customOriginConfig(CustomOriginConfig customOriginConfig) Use this type to specify an origin that is not an Amazon S3 bucket, with one exception.Origin.Builder.domainName(String domainName) The domain name for the origin.A unique identifier for the origin.Origin.Builder.originAccessControlId(String originAccessControlId) The unique identifier of an origin access control for this origin.Origin.Builder.originPath(String originPath) An optional path that CloudFront appends to the origin domain name when CloudFront requests content from the origin.default Origin.BuilderOrigin.Builder.originShield(Consumer<OriginShield.Builder> originShield) CloudFront Origin Shield.Origin.Builder.originShield(OriginShield originShield) CloudFront Origin Shield.Origin.Builder.responseCompletionTimeout(Integer responseCompletionTimeout) The time (in seconds) that a request from CloudFront to the origin can stay open and wait for a response.default Origin.BuilderOrigin.Builder.s3OriginConfig(Consumer<S3OriginConfig.Builder> s3OriginConfig) Use this type to specify an origin that is an Amazon S3 bucket that is not configured with static website hosting.Origin.Builder.s3OriginConfig(S3OriginConfig s3OriginConfig) Use this type to specify an origin that is an Amazon S3 bucket that is not configured with static website hosting.Origin.toBuilder()default Origin.BuilderOrigin.Builder.vpcOriginConfig(Consumer<VpcOriginConfig.Builder> vpcOriginConfig) The VPC origin configuration.Origin.Builder.vpcOriginConfig(VpcOriginConfig vpcOriginConfig) The VPC origin configuration.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type Origin.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Origin.Builder>Origin.serializableBuilderClass()