public static final class JobTypes.CreateSpec.Builder
extends java.lang.Object
JobTypes.CreateSpec
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
JobTypes.CreateSpec . |
Modifier and Type | Method and Description |
---|---|
JobTypes.CreateSpec |
build() |
JobTypes.CreateSpec.Builder |
setIgnoreWarnings(java.lang.Boolean ignoreWarnings)
Flag indicating whether warnings should be ignored during reconciliation.
|
JobTypes.CreateSpec.Builder |
setSsoAdminUserName(java.lang.String ssoAdminUserName)
Administrators username for SSO.
|
JobTypes.CreateSpec.Builder |
setSsoAdminUserPassword(char[] ssoAdminUserPassword)
Password for SSO admin user.
|
public Builder()
JobTypes.CreateSpec
.public JobTypes.CreateSpec.Builder setSsoAdminUserName(java.lang.String ssoAdminUserName)
null
SSO authentication will not be used. If the vCenter Server is a
management node or an embedded node, authentication is required.ssoAdminUserName
- New value for the property.public JobTypes.CreateSpec.Builder setSsoAdminUserPassword(char[] ssoAdminUserPassword)
null
SSO authentication will not be used. If the vCenter Server is a
management node or an embedded node, authentication is required.ssoAdminUserPassword
- New value for the property.public JobTypes.CreateSpec.Builder setIgnoreWarnings(java.lang.Boolean ignoreWarnings)
null
, validation warnings will fail the reconciliation operation.ignoreWarnings
- New value for the property.public JobTypes.CreateSpec build()