public static final class ProtocolVersion.Builder
extends java.lang.Object
ProtocolVersion.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ProtocolVersion. |
| Modifier and Type | Method and Description |
|---|---|
ProtocolVersion |
build() |
ProtocolVersion.Builder |
setEnabled(java.lang.Boolean enabled)
Enable status for this protocol version
|
ProtocolVersion.Builder |
setName(java.lang.String name)
Name of the TLS protocol version
|
public Builder()
ProtocolVersion.public ProtocolVersion.Builder setEnabled(java.lang.Boolean enabled)
enabled - New value for the property.public ProtocolVersion.Builder setName(java.lang.String name)
name - New value for the property.public ProtocolVersion build()