Interface GetConfigResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CloudHsmResponse.Builder, CopyableBuilder<GetConfigResponse.Builder,GetConfigResponse>, SdkBuilder<GetConfigResponse.Builder,GetConfigResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetConfigResponse

public static interface GetConfigResponse.Builder extends CloudHsmResponse.Builder, SdkPojo, CopyableBuilder<GetConfigResponse.Builder,GetConfigResponse>
  • Method Details

    • configType

      GetConfigResponse.Builder configType(String configType)

      The type of credentials.

      Parameters:
      configType - The type of credentials.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configFile

      GetConfigResponse.Builder configFile(String configFile)

      The chrystoki.conf configuration file.

      Parameters:
      configFile - The chrystoki.conf configuration file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configCred

      GetConfigResponse.Builder configCred(String configCred)

      The certificate file containing the server.pem files of the HSMs.

      Parameters:
      configCred - The certificate file containing the server.pem files of the HSMs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.