Class ListLogDeliveryRequest
- java.lang.Object
-
- com.databricks.sdk.service.billing.ListLogDeliveryRequest
-
@Generated public class ListLogDeliveryRequest extends Object
Get all log delivery configurations
-
-
Constructor Summary
Constructors Constructor Description ListLogDeliveryRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCredentialsId()
LogDeliveryConfigStatus
getStatus()
String
getStorageConfigurationId()
int
hashCode()
ListLogDeliveryRequest
setCredentialsId(String credentialsId)
ListLogDeliveryRequest
setStatus(LogDeliveryConfigStatus status)
ListLogDeliveryRequest
setStorageConfigurationId(String storageConfigurationId)
String
toString()
-
-
-
Method Detail
-
setCredentialsId
public ListLogDeliveryRequest setCredentialsId(String credentialsId)
-
getCredentialsId
public String getCredentialsId()
-
setStatus
public ListLogDeliveryRequest setStatus(LogDeliveryConfigStatus status)
-
getStatus
public LogDeliveryConfigStatus getStatus()
-
setStorageConfigurationId
public ListLogDeliveryRequest setStorageConfigurationId(String storageConfigurationId)
-
getStorageConfigurationId
public String getStorageConfigurationId()
-
-