public static interface AwsCloudFrontDistributionOriginSslProtocols.Builder extends SdkPojo, CopyableBuilder<AwsCloudFrontDistributionOriginSslProtocols.Builder,AwsCloudFrontDistributionOriginSslProtocols>
| Modifier and Type | Method and Description |
|---|---|
AwsCloudFrontDistributionOriginSslProtocols.Builder |
items(Collection<String> items)
A list that contains allowed SSL/TLS protocols for this distribution.
|
AwsCloudFrontDistributionOriginSslProtocols.Builder |
items(String... items)
A list that contains allowed SSL/TLS protocols for this distribution.
|
AwsCloudFrontDistributionOriginSslProtocols.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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsCloudFrontDistributionOriginSslProtocols.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.AwsCloudFrontDistributionOriginSslProtocols.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.AwsCloudFrontDistributionOriginSslProtocols.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.Copyright © 2023. All rights reserved.