CopyableBuilder<GetConfigResponse.Builder,GetConfigResponse>
, SdkBuilder<GetConfigResponse.Builder,GetConfigResponse>
public static interface GetConfigResponse.Builder extends CopyableBuilder<GetConfigResponse.Builder,GetConfigResponse>
Modifier and Type | Method | Description |
---|---|---|
GetConfigResponse.Builder |
configCred(String configCred) |
The certificate file containing the server.pem files of the HSMs.
|
GetConfigResponse.Builder |
configFile(String configFile) |
The chrystoki.conf configuration file.
|
GetConfigResponse.Builder |
configType(String configType) |
The type of credentials.
|
copy
apply, build
GetConfigResponse.Builder configType(String configType)
The type of credentials.
configType
- The type of credentials.GetConfigResponse.Builder configFile(String configFile)
The chrystoki.conf configuration file.
configFile
- The chrystoki.conf configuration file.GetConfigResponse.Builder configCred(String configCred)
The certificate file containing the server.pem files of the HSMs.
configCred
- The certificate file containing the server.pem files of the HSMs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.