public static final class CreateScenarioRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateScenarioRequest |
build() |
CreateScenarioRequest.Builder |
description(String description)
The description of the business scenario.
|
CreateScenarioRequest.Builder |
regionId(String regionId)
RegionId.
|
CreateScenarioRequest.Builder |
scenarioName(String scenarioName)
The name of the business scenario.
|
CreateScenarioRequest.Builder |
tid(Long tid)
The ID of the tenant.
|
public CreateScenarioRequest.Builder regionId(String regionId)
public CreateScenarioRequest.Builder description(String description)
public CreateScenarioRequest.Builder scenarioName(String scenarioName)
public CreateScenarioRequest.Builder tid(Long tid)
> To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the "View information about the current tenant" section of the [Manage DMS tenants](~~181330~~) topic.
public CreateScenarioRequest build()
Copyright © 2023. All rights reserved.