@Generated(value="software.amazon.awssdk:codegen") public final class OriginSslProtocols extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OriginSslProtocols.Builder,OriginSslProtocols>
A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
OriginSslProtocols.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static OriginSslProtocols.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
List<SslProtocol> | 
items()
 A list that contains allowed SSL/TLS protocols for this distribution. 
 | 
List<String> | 
itemsAsStrings()
 A list that contains allowed SSL/TLS protocols for this distribution. 
 | 
Integer | 
quantity()
 The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection
 with this origin. 
 | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends OriginSslProtocols.Builder> | 
serializableBuilderClass()  | 
OriginSslProtocols.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic Integer quantity()
The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.
public List<SslProtocol> items()
A list that contains allowed SSL/TLS protocols for this distribution.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> itemsAsStrings()
A list that contains allowed SSL/TLS protocols for this distribution.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public OriginSslProtocols.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<OriginSslProtocols.Builder,OriginSslProtocols>public static OriginSslProtocols.Builder builder()
public static Class<? extends OriginSslProtocols.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.