public static final class IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
password
The password parameter value
|
protected java.lang.String |
pkcs12Value
The pkcs12Value parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
IdentityApiConnectorUploadClientCertificateParameterSetBuilder()
Instanciates a new IdentityApiConnectorUploadClientCertificateParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
IdentityApiConnectorUploadClientCertificateParameterSet |
build()
Buils the resulting body object to be passed to the request
|
IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder |
withPassword(java.lang.String val)
Sets the Password
|
IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder |
withPkcs12Value(java.lang.String val)
Sets the Pkcs12Value
|
@Nullable protected java.lang.String pkcs12Value
@Nullable protected java.lang.String password
@Nullable protected IdentityApiConnectorUploadClientCertificateParameterSetBuilder()
@Nonnull public IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder withPkcs12Value(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public IdentityApiConnectorUploadClientCertificateParameterSet.IdentityApiConnectorUploadClientCertificateParameterSetBuilder withPassword(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public IdentityApiConnectorUploadClientCertificateParameterSet build()