Class S3Origin
java.lang.Object
org.jets3t.service.model.cloudfront.Origin
org.jets3t.service.model.cloudfront.S3Origin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jets3t.service.model.cloudfront.Origin
getDnsName
-
Field Details
-
ORIGIN_ACCESS_IDENTITY_PREFIX
- See Also:
-
-
Constructor Details
-
S3Origin
An S3 bucket origin.- Parameters:
dnsName
- a full S3 sub-domain path (e.g. 'jets3t.s3.amazonaws.com' for the 'jets3t' bucket)originAccessIdentity
- Identifier of the origin access identity that can authorize access to S3 objects via a private distribution. If provided the distribution will be private, if null the distribution will be be public.
-
S3Origin
An S3 bucket origin.- Parameters:
dnsName
- a full S3 sub-domain path (e.g. 'jets3t.s3.amazonaws.com' for the 'jets3t' bucket)
-
-
Method Details