public static interface OriginSslProtocols.Builder extends CopyableBuilder<OriginSslProtocols.Builder,OriginSslProtocols>
| Modifier and Type | Method and Description |
|---|---|
OriginSslProtocols.Builder |
items(Collection<String> items)
A list that contains allowed SSL/TLS protocols for this distribution.
|
OriginSslProtocols.Builder |
items(String... items)
A list that contains allowed SSL/TLS protocols for this distribution.
|
OriginSslProtocols.Builder |
quantity(Integer quantity)
The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS
connection with this origin.
|
copyapply, buildOriginSslProtocols.Builder quantity(Integer quantity)
The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.
quantity - The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS
connection with this origin.OriginSslProtocols.Builder items(Collection<String> items)
A list that contains allowed SSL/TLS protocols for this distribution.
items - A list that contains allowed SSL/TLS protocols for this distribution.OriginSslProtocols.Builder items(String... items)
A list that contains allowed SSL/TLS protocols for this distribution.
items - A list that contains allowed SSL/TLS protocols for this distribution.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.