public static class UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsRetryStrategy
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
maximumEventAgeInSeconds
The maximum timeout period for a retry.
|
Long |
maximumRetryAttempts
The maximum number of retries.
|
String |
pushRetryStrategy
The retry policy.
|
| 构造器和说明 |
|---|
UpdateEventStreamingRequestRunOptionsRetryStrategy() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsRetryStrategy |
build(Map<String,?> map) |
Long |
getMaximumEventAgeInSeconds() |
Long |
getMaximumRetryAttempts() |
String |
getPushRetryStrategy() |
UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsRetryStrategy |
setMaximumEventAgeInSeconds(Long maximumEventAgeInSeconds) |
UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsRetryStrategy |
setMaximumRetryAttempts(Long maximumRetryAttempts) |
UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsRetryStrategy |
setPushRetryStrategy(String pushRetryStrategy) |
@NameInMap(value="MaximumEventAgeInSeconds") public Long maximumEventAgeInSeconds
The maximum timeout period for a retry.
example:512
@NameInMap(value="MaximumRetryAttempts") public Long maximumRetryAttempts
The maximum number of retries.
example:2
@NameInMap(value="PushRetryStrategy") public String pushRetryStrategy
The retry policy. Valid values: BACKOFF_RETRY and EXPONENTIAL_DECAY_RETRY.
example:BACKOFFRETRY
public UpdateEventStreamingRequestRunOptionsRetryStrategy()
public static UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsRetryStrategy build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsRetryStrategy setMaximumEventAgeInSeconds(Long maximumEventAgeInSeconds)
public Long getMaximumEventAgeInSeconds()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsRetryStrategy setMaximumRetryAttempts(Long maximumRetryAttempts)
public Long getMaximumRetryAttempts()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsRetryStrategy setPushRetryStrategy(String pushRetryStrategy)
public String getPushRetryStrategy()
Copyright © 2026. All rights reserved.