public static final class CreateSasTrialRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateSasTrialRequest |
build() |
CreateSasTrialRequest.Builder |
fromEcs(Boolean fromEcs)
Specifies whether the request is redirected from the Elastic Compute Service (ECS) console.
|
CreateSasTrialRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
CreateSasTrialRequest.Builder |
requestForm(CreateSasTrialRequest.RequestForm requestForm)
The reason why you apply for the trial.
|
CreateSasTrialRequest.Builder |
tryType(Integer tryType)
The trial type.
|
CreateSasTrialRequest.Builder |
tryVersion(Integer tryVersion)
The trial edition.
|
public CreateSasTrialRequest.Builder fromEcs(Boolean fromEcs)
Specifies whether the request is redirected from the Elastic Compute Service (ECS) console. Valid values:
true
public CreateSasTrialRequest.Builder lang(String lang)
The language of the content within the request and response. Valid values:
zh
public CreateSasTrialRequest.Builder requestForm(CreateSasTrialRequest.RequestForm requestForm)
The reason why you apply for the trial. You must specify the reason for the second trial.
public CreateSasTrialRequest.Builder tryType(Integer tryType)
The trial type. Valid values:
example:You can call the GetCanTrySas operation to obtain the trial type. You can start a trial only if this parameter is not set to 0.
1
public CreateSasTrialRequest.Builder tryVersion(Integer tryVersion)
The trial edition. Valid values:
example:You can call the GetCanTrySas operation to obtain the trial edition.
7
public CreateSasTrialRequest build()
Copyright © 2026. All rights reserved.