public static class AutoCertificateNotificationConfig.Builder extends AbstractRSAConfigBuilder<AutoCertificateNotificationConfig.Builder>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
apiV3Key |
protected HttpClient |
httpClient |
merchantId, merchantSerialNumber, privateKey| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AutoCertificateNotificationConfig.Builder |
apiV3Key(java.lang.String apiV3Key) |
AutoCertificateNotificationConfig |
build() |
AutoCertificateNotificationConfig.Builder |
httpClient(HttpClient httpClient) |
protected AutoCertificateNotificationConfig.Builder |
self() |
merchantId, merchantSerialNumber, privateKey, privateKey, privateKeyFromPathprotected HttpClient httpClient
protected byte[] apiV3Key
public AutoCertificateNotificationConfig.Builder apiV3Key(java.lang.String apiV3Key)
public AutoCertificateNotificationConfig.Builder httpClient(HttpClient httpClient)
protected AutoCertificateNotificationConfig.Builder self()
self in class AbstractRSAConfigBuilder<AutoCertificateNotificationConfig.Builder>public AutoCertificateNotificationConfig build()