Klasse CreateTruststoreOperationSpec.CreateTruststoreOperationSpecBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.CreateTruststoreOperationSpec.CreateTruststoreOperationSpecBuilder
- Umschließende Klasse:
CreateTruststoreOperationSpec
public static class CreateTruststoreOperationSpec.CreateTruststoreOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
fileContent
(@NotNull File fileContent) The contents of the truststore file.isPwdBase64Encoded
(@Nullable String isPwdBase64Encoded) Specifies whether password is base 64 encoded.keyStoreDescription
(@Nullable String keyStoreDescription) The description for the truststore.keyStoreName
(@NotNull String keyStoreName) The name of the truststore.keyStorePassword
(@NotNull String keyStorePassword) The truststore password that is defined at the time of truststore creation using a keystore utility.keyStoreType
(@NotNull String keyStoreType) The certificate file format of the truststore.toString()
uploadFileName
(@NotNull String uploadFileName) The name of the truststore file that will be used to save the truststore internally in API Gateway.
-
Methodendetails
-
keyStoreName
public CreateTruststoreOperationSpec.CreateTruststoreOperationSpecBuilder keyStoreName(@NotNull @NotNull String keyStoreName) The name of the truststore. It cannot contain spaces or special characters. The name of the trust store must be unique across all the truststores created in API Gateway.- Gibt zurück:
this
.
-
keyStoreType
public CreateTruststoreOperationSpec.CreateTruststoreOperationSpecBuilder keyStoreType(@NotNull @NotNull String keyStoreType) The certificate file format of the truststore.- Gibt zurück:
this
.
-
keyStorePassword
public CreateTruststoreOperationSpec.CreateTruststoreOperationSpecBuilder keyStorePassword(@NotNull @NotNull String keyStorePassword) The truststore password that is defined at the time of truststore creation using a keystore utility.- Gibt zurück:
this
.
-
uploadFileName
public CreateTruststoreOperationSpec.CreateTruststoreOperationSpecBuilder uploadFileName(@NotNull @NotNull String uploadFileName) The name of the truststore file that will be used to save the truststore internally in API Gateway.- Gibt zurück:
this
.
-
fileContent
public CreateTruststoreOperationSpec.CreateTruststoreOperationSpecBuilder fileContent(@NotNull @NotNull File fileContent) The contents of the truststore file.- Gibt zurück:
this
.
-
keyStoreDescription
public CreateTruststoreOperationSpec.CreateTruststoreOperationSpecBuilder keyStoreDescription(@Nullable @Nullable String keyStoreDescription) The description for the truststore.- Gibt zurück:
this
.
-
isPwdBase64Encoded
public CreateTruststoreOperationSpec.CreateTruststoreOperationSpecBuilder isPwdBase64Encoded(@Nullable @Nullable String isPwdBase64Encoded) Specifies whether password is base 64 encoded.- Gibt zurück:
this
.
-
build
-
toString
-