public static class UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersPrimaryKeyId
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
form
The method that you want to use to transform events.
|
String |
template
The template that you want to use to specify primary key IDs.
|
String |
value
If you set Form to JSONPATH, specify a JSONPath rule.
|
| 构造器和说明 |
|---|
UpdateEventStreamingRequestSinkSinkDashVectorParametersPrimaryKeyId() |
@NameInMap(value="Form") public String form
The method that you want to use to transform events. Valid values:
JSONPATH
@NameInMap(value="Template") public String template
The template that you want to use to specify primary key IDs. This parameter is required only if you set Form to TEMPLATE.
example:${ID}
@NameInMap(value="Value") public String value
If you set Form to JSONPATH, specify a JSONPath rule. If you set Form to TEMPLATE, specify variables for the template.
example:The value of this parameter cannot exceed 10,240 characters in length.
$.data.requestId
public UpdateEventStreamingRequestSinkSinkDashVectorParametersPrimaryKeyId()
public static UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersPrimaryKeyId build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersPrimaryKeyId setForm(String form)
public String getForm()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersPrimaryKeyId setTemplate(String template)
public String getTemplate()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersPrimaryKeyId setValue(String value)
public String getValue()
Copyright © 2026. All rights reserved.