public static class UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptions
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsBatchWindow |
batchWindow
The batch window.
|
UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsBusinessOption |
businessOption |
UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsDeadLetterQueue |
deadLetterQueue
Specifies whether to enable dead-letter queues.
|
String |
errorsTolerance
The exception tolerance policy.
|
Long |
maximumTasks
The maximum number of concurrent tasks.
|
UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsRetryStrategy |
retryStrategy
The retry policy that you want to use if events fail to be pushed.
|
Integer |
throttling |
| 构造器和说明 |
|---|
UpdateEventStreamingRequestRunOptions() |
@NameInMap(value="BatchWindow") public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsBatchWindow batchWindow
The batch window.
@NameInMap(value="BusinessOption") public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsBusinessOption businessOption
@NameInMap(value="DeadLetterQueue") public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsDeadLetterQueue deadLetterQueue
Specifies whether to enable dead-letter queues. By default, dead-letter queues are disabled. Events that fail to be pushed are discarded after the maximum number of retries that is specified by the retry policy is reached.
@NameInMap(value="ErrorsTolerance") public String errorsTolerance
The exception tolerance policy. Valid values: NONE and ALL.
example:ALL
@NameInMap(value="MaximumTasks") public Long maximumTasks
The maximum number of concurrent tasks.
example:2
@NameInMap(value="RetryStrategy") public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsRetryStrategy retryStrategy
The retry policy that you want to use if events fail to be pushed.
@NameInMap(value="Throttling") public Integer throttling
public static UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptions build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptions setBatchWindow(UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsBatchWindow batchWindow)
public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsBatchWindow getBatchWindow()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptions setBusinessOption(UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsBusinessOption businessOption)
public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsBusinessOption getBusinessOption()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptions setDeadLetterQueue(UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsDeadLetterQueue deadLetterQueue)
public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsDeadLetterQueue getDeadLetterQueue()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptions setErrorsTolerance(String errorsTolerance)
public String getErrorsTolerance()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptions setMaximumTasks(Long maximumTasks)
public Long getMaximumTasks()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptions setRetryStrategy(UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsRetryStrategy retryStrategy)
public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsRetryStrategy getRetryStrategy()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptions setThrottling(Integer throttling)
public Integer getThrottling()
Copyright © 2026. All rights reserved.