public static final class ReplicatedPscSpec.Builder
extends java.lang.Object
ReplicatedPscSpec
.Constructor and Description |
---|
Builder(java.lang.String partnerHostname,
java.lang.String ssoAdminPassword)
Constructor with parameters for the required properties of
ReplicatedPscSpec . |
Modifier and Type | Method and Description |
---|---|
ReplicatedPscSpec |
build() |
ReplicatedPscSpec.Builder |
setHttpsPort(java.lang.Long httpsPort)
The HTTPS port of the external PSC appliance.
|
ReplicatedPscSpec.Builder |
setSslThumbprint(java.lang.String sslThumbprint)
SHA1 thumbprint of the server SSL certificate will be used for verification.
|
ReplicatedPscSpec.Builder |
setSslVerify(java.lang.Boolean sslVerify)
SSL verification should be enabled or disabled.
|
ReplicatedPscSpec.Builder |
setSsoSiteName(java.lang.String ssoSiteName)
The SSO sitename that will be used in PSC replication.
|
public Builder(java.lang.String partnerHostname, java.lang.String ssoAdminPassword)
ReplicatedPscSpec
.public ReplicatedPscSpec.Builder setSsoSiteName(java.lang.String ssoSiteName)
null
, default-first-site will be used.ssoSiteName
- New value for the property.public ReplicatedPscSpec.Builder setHttpsPort(java.lang.Long httpsPort)
null
, port 443 will be used.httpsPort
- New value for the property.public ReplicatedPscSpec.Builder setSslThumbprint(java.lang.String sslThumbprint)
getSslVerify()
is null
or has
the value true.sslThumbprint
- New value for the property.public ReplicatedPscSpec.Builder setSslVerify(java.lang.Boolean sslVerify)
null
, ssl_verify true will be used.sslVerify
- New value for the property.public ReplicatedPscSpec build()