public class UpdateEventStreamingShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description
The description of the event stream.
|
String |
eventStreamingName
The name of the event stream.
|
String |
filterPattern
The rule that is used to filter events.
|
String |
runOptionsShrink
The parameters that are configured for the runtime environment.
|
String |
sinkShrink
The event target.
|
String |
sourceShrink
The event provider, which is also known as the event source.
|
String |
transformsShrink |
| 构造器和说明 |
|---|
UpdateEventStreamingShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateEventStreamingShrinkRequest |
build(Map<String,?> map) |
String |
getDescription() |
String |
getEventStreamingName() |
String |
getFilterPattern() |
String |
getRunOptionsShrink() |
String |
getSinkShrink() |
String |
getSourceShrink() |
String |
getTransformsShrink() |
UpdateEventStreamingShrinkRequest |
setDescription(String description) |
UpdateEventStreamingShrinkRequest |
setEventStreamingName(String eventStreamingName) |
UpdateEventStreamingShrinkRequest |
setFilterPattern(String filterPattern) |
UpdateEventStreamingShrinkRequest |
setRunOptionsShrink(String runOptionsShrink) |
UpdateEventStreamingShrinkRequest |
setSinkShrink(String sinkShrink) |
UpdateEventStreamingShrinkRequest |
setSourceShrink(String sourceShrink) |
UpdateEventStreamingShrinkRequest |
setTransformsShrink(String transformsShrink) |
@NameInMap(value="Description") public String description
The description of the event stream.
example:rocketmq2mns
@NameInMap(value="EventStreamingName") public String eventStreamingName
The name of the event stream.
This parameter is required.
example:myeventstreaming
@NameInMap(value="FilterPattern") public String filterPattern
The rule that is used to filter events. If you leave this parameter empty, all events are matched.
This parameter is required.
example:{ "source": [ { "prefix": "acs:mns" } ], "type": [ { "prefix": "mns:Queue" } ], "subject": [ { "prefix": "acs:mns:cn-hangzhou:123456789098****:queues/zeus" } ] }
@NameInMap(value="RunOptions") public String runOptionsShrink
The parameters that are configured for the runtime environment.
@NameInMap(value="Sink") public String sinkShrink
The event target. You must and can specify only one event target.
This parameter is required.
@NameInMap(value="Source") public String sourceShrink
The event provider, which is also known as the event source. You must and can specify only one event source.
This parameter is required.
@NameInMap(value="Transforms") public String transformsShrink
public static UpdateEventStreamingShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventStreamingShrinkRequest setDescription(String description)
public String getDescription()
public UpdateEventStreamingShrinkRequest setEventStreamingName(String eventStreamingName)
public String getEventStreamingName()
public UpdateEventStreamingShrinkRequest setFilterPattern(String filterPattern)
public String getFilterPattern()
public UpdateEventStreamingShrinkRequest setRunOptionsShrink(String runOptionsShrink)
public String getRunOptionsShrink()
public UpdateEventStreamingShrinkRequest setSinkShrink(String sinkShrink)
public String getSinkShrink()
public UpdateEventStreamingShrinkRequest setSourceShrink(String sourceShrink)
public String getSourceShrink()
public UpdateEventStreamingShrinkRequest setTransformsShrink(String transformsShrink)
public String getTransformsShrink()
Copyright © 2026. All rights reserved.