Interface OriginSslProtocols.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OriginSslProtocols.Builder,
,OriginSslProtocols> SdkBuilder<OriginSslProtocols.Builder,
,OriginSslProtocols> SdkPojo
- Enclosing class:
OriginSslProtocols
public static interface OriginSslProtocols.Builder
extends SdkPojo, CopyableBuilder<OriginSslProtocols.Builder,OriginSslProtocols>
-
Method Summary
Modifier and TypeMethodDescriptionitems
(Collection<SslProtocol> items) A list that contains allowed SSL/TLS protocols for this distribution.items
(SslProtocol... items) A list that contains allowed SSL/TLS protocols for this distribution.itemsWithStrings
(String... items) A list that contains allowed SSL/TLS protocols for this distribution.itemsWithStrings
(Collection<String> items) A list that contains allowed SSL/TLS protocols for this distribution.The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
quantity
The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.
- Parameters:
quantity
- The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
itemsWithStrings
A list that contains allowed SSL/TLS protocols for this distribution.
- Parameters:
items
- A list that contains allowed SSL/TLS protocols for this distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
itemsWithStrings
A list that contains allowed SSL/TLS protocols for this distribution.
- Parameters:
items
- A list that contains allowed SSL/TLS protocols for this distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list that contains allowed SSL/TLS protocols for this distribution.
- Parameters:
items
- A list that contains allowed SSL/TLS protocols for this distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list that contains allowed SSL/TLS protocols for this distribution.
- Parameters:
items
- A list that contains allowed SSL/TLS protocols for this distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-