public class CloudHsmProviderConfigBuilder
extends java.lang.Object
CloudHsmProviderConfig.| Modifier and Type | Method and Description |
|---|---|
CloudHsmProviderConfig |
build()
Constructs the
CloudHsmProviderConfig with the input provided to the builder. |
CloudHsmProviderConfigBuilder |
withCloudHsmLogging(CloudHsmLoggingConfig cloudHsmLogging)
Sets the CloudHSM logging config object.
|
CloudHsmProviderConfigBuilder |
withCluster(CloudHsmCluster cluster)
Gets the cluster config object.
|
public CloudHsmProviderConfigBuilder withCloudHsmLogging(CloudHsmLoggingConfig cloudHsmLogging)
cloudHsmLogging - CloudHSM logging object.public CloudHsmProviderConfigBuilder withCluster(CloudHsmCluster cluster)
cluster - cluster config object.public CloudHsmProviderConfig build()
CloudHsmProviderConfig with the input provided to the builder.