public static final class TlsServiceEndpoint.Builder
extends java.lang.Object
TlsServiceEndpoint.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
TlsServiceEndpoint. |
| Modifier and Type | Method and Description |
|---|---|
TlsServiceEndpoint |
build() |
TlsServiceEndpoint.Builder |
setHost(java.lang.String host)
The hostname or IP address of the TLS service endpoint.
|
TlsServiceEndpoint.Builder |
setPort(java.lang.Long port)
The TCP port number of the endpoint.
|
public Builder()
TlsServiceEndpoint.public TlsServiceEndpoint.Builder setHost(java.lang.String host)
host - New value for the property.public TlsServiceEndpoint.Builder setPort(java.lang.Long port)
port - New value for the property.public TlsServiceEndpoint build()