public static final class SddcSecurity.Builder
extends java.lang.Object
SddcSecurity
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
SddcSecurity . |
Modifier and Type | Method and Description |
---|---|
SddcSecurity |
build() |
SddcSecurity.Builder |
setHardened(java.lang.Boolean hardened)
Indicates whether SDDC is hardened or not.
|
SddcSecurity.Builder |
setProfile(java.lang.String profile)
Possible values are:
SddcSecurity.PROFILE_DEFAULT SddcSecurity.PROFILE_PCI_COMMERCIAL Security
Profiles for SDDC Hardening. |
public Builder()
SddcSecurity
.public SddcSecurity.Builder setProfile(java.lang.String profile)
profile
- New value for the property.public SddcSecurity.Builder setHardened(java.lang.Boolean hardened)
hardened
- New value for the property.public SddcSecurity build()