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