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.Object
Builder 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 CipherSuite
build()
CipherSuite.Builder
setEnabled(java.lang.Boolean enabled)
Enable status for this cipher suiteCipherSuite.Builder
setName(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()
-
-