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 booleanequals(Object o)StringgetCredentialsId()LogDeliveryConfigStatusgetStatus()StringgetStorageConfigurationId()inthashCode()ListLogDeliveryRequestsetCredentialsId(String credentialsId)ListLogDeliveryRequestsetStatus(LogDeliveryConfigStatus status)ListLogDeliveryRequestsetStorageConfigurationId(String storageConfigurationId)StringtoString()
-
-
-
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()
-
-