public static class CreateEventStreamingRequest.CreateEventStreamingRequestRunOptionsRetryStrategy
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.
|
| 构造器和说明 |
|---|
CreateEventStreamingRequestRunOptionsRetryStrategy() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateEventStreamingRequest.CreateEventStreamingRequestRunOptionsRetryStrategy |
build(Map<String,?> map) |
Long |
getMaximumEventAgeInSeconds() |
Long |
getMaximumRetryAttempts() |
String |
getPushRetryStrategy() |
CreateEventStreamingRequest.CreateEventStreamingRequestRunOptionsRetryStrategy |
setMaximumEventAgeInSeconds(Long maximumEventAgeInSeconds) |
CreateEventStreamingRequest.CreateEventStreamingRequestRunOptionsRetryStrategy |
setMaximumRetryAttempts(Long maximumRetryAttempts) |
CreateEventStreamingRequest.CreateEventStreamingRequestRunOptionsRetryStrategy |
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:
BACKOFFRETRY
public CreateEventStreamingRequestRunOptionsRetryStrategy()
public static CreateEventStreamingRequest.CreateEventStreamingRequestRunOptionsRetryStrategy build(Map<String,?> map) throws Exception
Exceptionpublic CreateEventStreamingRequest.CreateEventStreamingRequestRunOptionsRetryStrategy setMaximumEventAgeInSeconds(Long maximumEventAgeInSeconds)
public Long getMaximumEventAgeInSeconds()
public CreateEventStreamingRequest.CreateEventStreamingRequestRunOptionsRetryStrategy setMaximumRetryAttempts(Long maximumRetryAttempts)
public Long getMaximumRetryAttempts()
public CreateEventStreamingRequest.CreateEventStreamingRequestRunOptionsRetryStrategy setPushRetryStrategy(String pushRetryStrategy)
public String getPushRetryStrategy()
Copyright © 2026. All rights reserved.