public static class UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDataHubParametersTopicSchema
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
form
The method that you want to use to transform events.
|
String |
template
The template based on which you want events to be transformed.
|
String |
value
The data is of the TUBLE type, and a schema is defined for the DataHub topic.
|
| 构造器和说明 |
|---|
UpdateEventStreamingRequestSinkSinkDataHubParametersTopicSchema() |
@NameInMap(value="Form") public String form
The method that you want to use to transform events.
example:TEMPLATE
@NameInMap(value="Template") public String template
The template based on which you want events to be transformed.
example:{"k1":"${k1}","k2":"${k2}"}
@NameInMap(value="Value") public String value
The data is of the TUBLE type, and a schema is defined for the DataHub topic.
example:{"k1":"value1","k2":"value2"}
public UpdateEventStreamingRequestSinkSinkDataHubParametersTopicSchema()
public static UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDataHubParametersTopicSchema build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDataHubParametersTopicSchema setForm(String form)
public String getForm()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDataHubParametersTopicSchema setTemplate(String template)
public String getTemplate()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDataHubParametersTopicSchema setValue(String value)
public String getValue()
Copyright © 2026. All rights reserved.