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