Package com.databricks.sdk.service.sql
Class GetWorkspaceWarehouseConfigResponse
- java.lang.Object
-
- com.databricks.sdk.service.sql.GetWorkspaceWarehouseConfigResponse
-
@Generated public class GetWorkspaceWarehouseConfigResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description GetWorkspaceWarehouseConfigResponse()
-
Method Summary
-
-
-
Method Detail
-
setChannel
public GetWorkspaceWarehouseConfigResponse setChannel(Channel channel)
-
getChannel
public Channel getChannel()
-
setConfigParam
public GetWorkspaceWarehouseConfigResponse setConfigParam(RepeatedEndpointConfPairs configParam)
-
getConfigParam
public RepeatedEndpointConfPairs getConfigParam()
-
setDataAccessConfig
public GetWorkspaceWarehouseConfigResponse setDataAccessConfig(Collection<EndpointConfPair> dataAccessConfig)
-
getDataAccessConfig
public Collection<EndpointConfPair> getDataAccessConfig()
-
setEnabledWarehouseTypes
public GetWorkspaceWarehouseConfigResponse setEnabledWarehouseTypes(Collection<WarehouseTypePair> enabledWarehouseTypes)
-
getEnabledWarehouseTypes
public Collection<WarehouseTypePair> getEnabledWarehouseTypes()
-
setGlobalParam
public GetWorkspaceWarehouseConfigResponse setGlobalParam(RepeatedEndpointConfPairs globalParam)
-
getGlobalParam
public RepeatedEndpointConfPairs getGlobalParam()
-
setGoogleServiceAccount
public GetWorkspaceWarehouseConfigResponse setGoogleServiceAccount(String googleServiceAccount)
-
getGoogleServiceAccount
public String getGoogleServiceAccount()
-
setInstanceProfileArn
public GetWorkspaceWarehouseConfigResponse setInstanceProfileArn(String instanceProfileArn)
-
getInstanceProfileArn
public String getInstanceProfileArn()
-
setSecurityPolicy
public GetWorkspaceWarehouseConfigResponse setSecurityPolicy(GetWorkspaceWarehouseConfigResponseSecurityPolicy securityPolicy)
-
getSecurityPolicy
public GetWorkspaceWarehouseConfigResponseSecurityPolicy getSecurityPolicy()
-
setSqlConfigurationParameters
public GetWorkspaceWarehouseConfigResponse setSqlConfigurationParameters(RepeatedEndpointConfPairs sqlConfigurationParameters)
-
getSqlConfigurationParameters
public RepeatedEndpointConfPairs getSqlConfigurationParameters()
-
-