Class ConnectionInfo
- java.lang.Object
-
- com.databricks.sdk.service.catalog.ConnectionInfo
-
@Generated public class ConnectionInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ConnectionInfo()
-
Method Summary
-
-
-
Method Detail
-
setComment
public ConnectionInfo setComment(String comment)
-
getComment
public String getComment()
-
setConnectionId
public ConnectionInfo setConnectionId(String connectionId)
-
getConnectionId
public String getConnectionId()
-
setConnectionType
public ConnectionInfo setConnectionType(ConnectionType connectionType)
-
getConnectionType
public ConnectionType getConnectionType()
-
setCreatedAt
public ConnectionInfo setCreatedAt(Long createdAt)
-
getCreatedAt
public Long getCreatedAt()
-
setCreatedBy
public ConnectionInfo setCreatedBy(String createdBy)
-
getCreatedBy
public String getCreatedBy()
-
setCredentialType
public ConnectionInfo setCredentialType(CredentialType credentialType)
-
getCredentialType
public CredentialType getCredentialType()
-
setFullName
public ConnectionInfo setFullName(String fullName)
-
getFullName
public String getFullName()
-
setMetastoreId
public ConnectionInfo setMetastoreId(String metastoreId)
-
getMetastoreId
public String getMetastoreId()
-
setName
public ConnectionInfo setName(String name)
-
getName
public String getName()
-
setOptionsKvpairs
public ConnectionInfo setOptionsKvpairs(Map<String,String> optionsKvpairs)
-
setOwner
public ConnectionInfo setOwner(String owner)
-
getOwner
public String getOwner()
-
setPropertiesKvpairs
public ConnectionInfo setPropertiesKvpairs(Map<String,String> propertiesKvpairs)
-
setReadOnly
public ConnectionInfo setReadOnly(Boolean readOnly)
-
getReadOnly
public Boolean getReadOnly()
-
setUpdatedAt
public ConnectionInfo setUpdatedAt(Long updatedAt)
-
getUpdatedAt
public Long getUpdatedAt()
-
setUpdatedBy
public ConnectionInfo setUpdatedBy(String updatedBy)
-
getUpdatedBy
public String getUpdatedBy()
-
setUrl
public ConnectionInfo setUrl(String url)
-
getUrl
public String getUrl()
-
-