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