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 Summary
Modifier and TypeMethodDescriptionconfigCred
(String configCred) The certificate file containing the server.pem files of the HSMs.configFile
(String configFile) The chrystoki.conf configuration file.configType
(String configType) The type of credentials.Methods inherited from interface software.amazon.awssdk.services.cloudhsm.model.CloudHsmResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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.
-