Class CreateGcpKeyInfo
- java.lang.Object
-
- com.databricks.sdk.service.provisioning.CreateGcpKeyInfo
-
@Generated public class CreateGcpKeyInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateGcpKeyInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKmsKeyId()inthashCode()CreateGcpKeyInfosetKmsKeyId(String kmsKeyId)StringtoString()
-
-
-
Method Detail
-
setKmsKeyId
public CreateGcpKeyInfo setKmsKeyId(String kmsKeyId)
-
getKmsKeyId
public String getKmsKeyId()
-
-