CopyableBuilder<OriginSslProtocols.Builder,OriginSslProtocols>, SdkBuilder<OriginSslProtocols.Builder,OriginSslProtocols>public static interface OriginSslProtocols.Builder extends CopyableBuilder<OriginSslProtocols.Builder,OriginSslProtocols>
| Modifier and Type | Method | Description |
|---|---|---|
OriginSslProtocols.Builder |
items(String... items) |
A list that contains allowed SSL/TLS protocols for this distribution.
|
OriginSslProtocols.Builder |
items(Collection<String> items) |
A list that contains allowed SSL/TLS protocols for this distribution.
|
OriginSslProtocols.Builder |
items(SslProtocol... 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.SslProtocolOriginSslProtocols.Builder items(String... items)
A list that contains allowed SSL/TLS protocols for this distribution.
NOTE: This method appends the values to the existing list (if any). Use
#setItems(java.util.Collection) or #withItems(java.util.Collection) if you want to override
the existing values.
items - A list that contains allowed SSL/TLS protocols for this distribution.SslProtocolOriginSslProtocols.Builder items(SslProtocol... items)
A list that contains allowed SSL/TLS protocols for this distribution.
NOTE: This method appends the values to the existing list (if any). Use
#setItems(java.util.Collection) or #withItems(java.util.Collection) if you want to override
the existing values.
items - A list that contains allowed SSL/TLS protocols for this distribution.SslProtocolCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.