public static final class VsphereUIConfiguration.Builder
extends java.lang.Object
VsphereUIConfiguration
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
VsphereUIConfiguration . |
Modifier and Type | Method and Description |
---|---|
VsphereUIConfiguration |
build() |
VsphereUIConfiguration.Builder |
setEnableCloudAdminRoleProtection(java.lang.Boolean enableCloudAdminRoleProtection)
Property to enable CloudAdminRoleProtection in the UI
|
VsphereUIConfiguration.Builder |
setEnableIDPConfiguration(java.lang.Boolean enableIDPConfiguration)
Property to configure the IDPConfiguration view, with this enabled, user will be
able to view and configure IDP
|
public Builder()
VsphereUIConfiguration
.public VsphereUIConfiguration.Builder setEnableIDPConfiguration(java.lang.Boolean enableIDPConfiguration)
enableIDPConfiguration
- New value for the property.public VsphereUIConfiguration.Builder setEnableCloudAdminRoleProtection(java.lang.Boolean enableCloudAdminRoleProtection)
enableCloudAdminRoleProtection
- New value for the property.public VsphereUIConfiguration build()