@Stability(value=Deprecated) @Deprecated public static final class LogRetentionRetryOptions.Builder extends Object implements software.amazon.jsii.Builder<LogRetentionRetryOptions>
LogRetentionRetryOptions| Constructor and Description |
|---|
Builder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LogRetentionRetryOptions.Builder |
base(Duration base)
Deprecated.
Sets the value of
LogRetentionRetryOptions.getBase() |
LogRetentionRetryOptions |
build()
Deprecated.
|
LogRetentionRetryOptions.Builder |
maxRetries(Number maxRetries)
Deprecated.
Sets the value of
LogRetentionRetryOptions.getMaxRetries() |
@Stability(value=Stable) public LogRetentionRetryOptions.Builder base(Duration base)
LogRetentionRetryOptions.getBase()base - The base duration to use in the exponential backoff for operation retries.this@Stability(value=Stable) public LogRetentionRetryOptions.Builder maxRetries(Number maxRetries)
LogRetentionRetryOptions.getMaxRetries()maxRetries - The maximum amount of retries.this@Stability(value=Deprecated) @Deprecated public LogRetentionRetryOptions build()
build in interface software.amazon.jsii.Builder<LogRetentionRetryOptions>LogRetentionRetryOptionsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.