Package com.vmware.nsx_policy.model
Class ProtocolVersion.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ProtocolVersion.Builder
-
- Enclosing class:
- ProtocolVersion
public static final class ProtocolVersion.Builder extends java.lang.ObjectBuilder class forProtocolVersion.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofProtocolVersion.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtocolVersionbuild()ProtocolVersion.BuildersetEnabled(java.lang.Boolean enabled)Enable status for this protocol versionProtocolVersion.BuildersetName(java.lang.String name)Name of the TLS protocol version
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofProtocolVersion.
-
-
Method Detail
-
setEnabled
public ProtocolVersion.Builder setEnabled(java.lang.Boolean enabled)
Enable status for this protocol version- Parameters:
enabled- New value for the property.
-
setName
public ProtocolVersion.Builder setName(java.lang.String name)
Name of the TLS protocol version- Parameters:
name- New value for the property.
-
build
public ProtocolVersion build()
-
-