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