Class StorageCredentialInfo
- java.lang.Object
-
- com.databricks.sdk.service.catalog.StorageCredentialInfo
-
@Generated public class StorageCredentialInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description StorageCredentialInfo()
-
Method Summary
-
-
-
Method Detail
-
setAwsIamRole
public StorageCredentialInfo setAwsIamRole(AwsIamRole awsIamRole)
-
getAwsIamRole
public AwsIamRole getAwsIamRole()
-
setAzureManagedIdentity
public StorageCredentialInfo setAzureManagedIdentity(AzureManagedIdentity azureManagedIdentity)
-
getAzureManagedIdentity
public AzureManagedIdentity getAzureManagedIdentity()
-
setAzureServicePrincipal
public StorageCredentialInfo setAzureServicePrincipal(AzureServicePrincipal azureServicePrincipal)
-
getAzureServicePrincipal
public AzureServicePrincipal getAzureServicePrincipal()
-
setComment
public StorageCredentialInfo setComment(String comment)
-
getComment
public String getComment()
-
setCreatedAt
public StorageCredentialInfo setCreatedAt(Long createdAt)
-
getCreatedAt
public Long getCreatedAt()
-
setCreatedBy
public StorageCredentialInfo setCreatedBy(String createdBy)
-
getCreatedBy
public String getCreatedBy()
-
setDatabricksGcpServiceAccount
public StorageCredentialInfo setDatabricksGcpServiceAccount(DatabricksGcpServiceAccountResponse databricksGcpServiceAccount)
-
getDatabricksGcpServiceAccount
public DatabricksGcpServiceAccountResponse getDatabricksGcpServiceAccount()
-
setId
public StorageCredentialInfo setId(String id)
-
getId
public String getId()
-
setMetastoreId
public StorageCredentialInfo setMetastoreId(String metastoreId)
-
getMetastoreId
public String getMetastoreId()
-
setName
public StorageCredentialInfo setName(String name)
-
getName
public String getName()
-
setOwner
public StorageCredentialInfo setOwner(String owner)
-
getOwner
public String getOwner()
-
setReadOnly
public StorageCredentialInfo setReadOnly(Boolean readOnly)
-
getReadOnly
public Boolean getReadOnly()
-
setUpdatedAt
public StorageCredentialInfo setUpdatedAt(Long updatedAt)
-
getUpdatedAt
public Long getUpdatedAt()
-
setUpdatedBy
public StorageCredentialInfo setUpdatedBy(String updatedBy)
-
getUpdatedBy
public String getUpdatedBy()
-
setUsedForManagedStorage
public StorageCredentialInfo setUsedForManagedStorage(Boolean usedForManagedStorage)
-
getUsedForManagedStorage
public Boolean getUsedForManagedStorage()
-
-