public class CreateLakeHouseSpaceRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description
The description of the workspace.
|
String |
devDbId
The ID of the development database.
|
String |
dwDbType
The type of the database.
|
String |
mode
The mode in which the workspace runs.
|
String |
prodDbId
The ID of the production database.
|
String |
spaceConfig
The configuration of the workspace.
|
String |
spaceName
The name of the workspace.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
CreateLakeHouseSpaceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateLakeHouseSpaceRequest |
build(Map<String,?> map) |
String |
getDescription() |
String |
getDevDbId() |
String |
getDwDbType() |
String |
getMode() |
String |
getProdDbId() |
String |
getSpaceConfig() |
String |
getSpaceName() |
Long |
getTid() |
CreateLakeHouseSpaceRequest |
setDescription(String description) |
CreateLakeHouseSpaceRequest |
setDevDbId(String devDbId) |
CreateLakeHouseSpaceRequest |
setDwDbType(String dwDbType) |
CreateLakeHouseSpaceRequest |
setMode(String mode) |
CreateLakeHouseSpaceRequest |
setProdDbId(String prodDbId) |
CreateLakeHouseSpaceRequest |
setSpaceConfig(String spaceConfig) |
CreateLakeHouseSpaceRequest |
setSpaceName(String spaceName) |
CreateLakeHouseSpaceRequest |
setTid(Long tid) |
@NameInMap(value="Description") public String description
The description of the workspace.
example:test
@NameInMap(value="DevDbId") public String devDbId
The ID of the development database. You can call the ListDatabases or SearchDatabase operation to obtain the ID.
This parameter is required.
example:2435****
@NameInMap(value="DwDbType") public String dwDbType
The type of the database. Valid values:
This parameter is required.
example:14
@NameInMap(value="Mode") public String mode
The mode in which the workspace runs. Valid values:
This parameter is required.
example:1
@NameInMap(value="ProdDbId") public String prodDbId
The ID of the production database. You can call the ListDatabases or SearchDatabase operation to obtain the ID.
example:2442****
@NameInMap(value="SpaceConfig") public String spaceConfig
The configuration of the workspace. Valid values:
This parameter is required.
example:{\"skipManualRunCheck\":true,\"skipPublishApprove\":true}
@NameInMap(value="SpaceName") public String spaceName
The name of the workspace.
This parameter is required.
example:test_space
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID.
example:3***
public static CreateLakeHouseSpaceRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateLakeHouseSpaceRequest setDescription(String description)
public String getDescription()
public CreateLakeHouseSpaceRequest setDevDbId(String devDbId)
public String getDevDbId()
public CreateLakeHouseSpaceRequest setDwDbType(String dwDbType)
public String getDwDbType()
public CreateLakeHouseSpaceRequest setMode(String mode)
public String getMode()
public CreateLakeHouseSpaceRequest setProdDbId(String prodDbId)
public String getProdDbId()
public CreateLakeHouseSpaceRequest setSpaceConfig(String spaceConfig)
public String getSpaceConfig()
public CreateLakeHouseSpaceRequest setSpaceName(String spaceName)
public String getSpaceName()
public CreateLakeHouseSpaceRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.