Class CreateCustomerManagedKeyRequest
- java.lang.Object
-
- com.databricks.sdk.service.provisioning.CreateCustomerManagedKeyRequest
-
@Generated public class CreateCustomerManagedKeyRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateCustomerManagedKeyRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CreateAwsKeyInfogetAwsKeyInfo()CreateGcpKeyInfogetGcpKeyInfo()Collection<KeyUseCase>getUseCases()inthashCode()CreateCustomerManagedKeyRequestsetAwsKeyInfo(CreateAwsKeyInfo awsKeyInfo)CreateCustomerManagedKeyRequestsetGcpKeyInfo(CreateGcpKeyInfo gcpKeyInfo)CreateCustomerManagedKeyRequestsetUseCases(Collection<KeyUseCase> useCases)StringtoString()
-
-
-
Method Detail
-
setAwsKeyInfo
public CreateCustomerManagedKeyRequest setAwsKeyInfo(CreateAwsKeyInfo awsKeyInfo)
-
getAwsKeyInfo
public CreateAwsKeyInfo getAwsKeyInfo()
-
setGcpKeyInfo
public CreateCustomerManagedKeyRequest setGcpKeyInfo(CreateGcpKeyInfo gcpKeyInfo)
-
getGcpKeyInfo
public CreateGcpKeyInfo getGcpKeyInfo()
-
setUseCases
public CreateCustomerManagedKeyRequest setUseCases(Collection<KeyUseCase> useCases)
-
getUseCases
public Collection<KeyUseCase> getUseCases()
-
-