public static class GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptions
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsBatchWindow |
batchWindow
The batch window.
|
GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsBusinessOption |
businessOption |
GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsDeadLetterQueue |
deadLetterQueue
Indicates whether dead-letter queues are enabled.
|
String |
errorsTolerance
The fault tolerance policy.
|
Integer |
maximumTasks
The concurrency level.
|
GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsRetryStrategy |
retryStrategy
The information about the retry policy that is used if the event fails to be pushed.
|
Integer |
throttling |
| 构造器和说明 |
|---|
GetEventStreamingResponseBodyDataRunOptions() |
@NameInMap(value="BatchWindow") public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsBatchWindow batchWindow
The batch window.
@NameInMap(value="BusinessOption") public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsBusinessOption businessOption
@NameInMap(value="DeadLetterQueue") public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsDeadLetterQueue deadLetterQueue
Indicates whether dead-letter queues are enabled. By default, dead-letter queues are disabled. Messages that fail to be pushed after allowed retries as specified by the retry policy are discarded.
@NameInMap(value="ErrorsTolerance") public String errorsTolerance
The fault tolerance policy. The value NONE specifies that faults are not tolerated, and the value All specifies that all faults are tolerated.
example:ALL
@NameInMap(value="MaximumTasks") public Integer maximumTasks
The concurrency level.
example:2
@NameInMap(value="RetryStrategy") public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsRetryStrategy retryStrategy
The information about the retry policy that is used if the event fails to be pushed.
@NameInMap(value="Throttling") public Integer throttling
public GetEventStreamingResponseBodyDataRunOptions()
public static GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptions build(Map<String,?> map) throws Exception
Exceptionpublic GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptions setBatchWindow(GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsBatchWindow batchWindow)
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsBatchWindow getBatchWindow()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptions setBusinessOption(GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsBusinessOption businessOption)
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsBusinessOption getBusinessOption()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptions setDeadLetterQueue(GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsDeadLetterQueue deadLetterQueue)
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsDeadLetterQueue getDeadLetterQueue()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptions setErrorsTolerance(String errorsTolerance)
public String getErrorsTolerance()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptions setMaximumTasks(Integer maximumTasks)
public Integer getMaximumTasks()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptions setRetryStrategy(GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsRetryStrategy retryStrategy)
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsRetryStrategy getRetryStrategy()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptions setThrottling(Integer throttling)
public Integer getThrottling()
Copyright © 2026. All rights reserved.