Class CreateAwsKeyInfo
- java.lang.Object
-
- com.databricks.sdk.service.provisioning.CreateAwsKeyInfo
-
@Generated public class CreateAwsKeyInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateAwsKeyInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getKeyAlias()
String
getKeyArn()
Boolean
getReuseKeyForClusterVolumes()
int
hashCode()
CreateAwsKeyInfo
setKeyAlias(String keyAlias)
CreateAwsKeyInfo
setKeyArn(String keyArn)
CreateAwsKeyInfo
setReuseKeyForClusterVolumes(Boolean reuseKeyForClusterVolumes)
String
toString()
-
-
-
Method Detail
-
setKeyAlias
public CreateAwsKeyInfo setKeyAlias(String keyAlias)
-
getKeyAlias
public String getKeyAlias()
-
setKeyArn
public CreateAwsKeyInfo setKeyArn(String keyArn)
-
getKeyArn
public String getKeyArn()
-
setReuseKeyForClusterVolumes
public CreateAwsKeyInfo setReuseKeyForClusterVolumes(Boolean reuseKeyForClusterVolumes)
-
getReuseKeyForClusterVolumes
public Boolean getReuseKeyForClusterVolumes()
-
-