@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.709Z") @Stability(value=Stable) public interface LogRetentionRetryOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
import software.amazon.awscdk.services.logs.*;
LogRetentionRetryOptions logRetentionRetryOptions = LogRetentionRetryOptions.builder()
.base(Duration.minutes(30))
.maxRetries(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
LogRetentionRetryOptions.Builder
A builder for
LogRetentionRetryOptions |
static class |
LogRetentionRetryOptions.Jsii$Proxy
An implementation for
LogRetentionRetryOptions |
| Modifier and Type | Method and Description |
|---|---|
static LogRetentionRetryOptions.Builder |
builder() |
default Duration |
getBase()
The base duration to use in the exponential backoff for operation retries.
|
default Number |
getMaxRetries()
The maximum amount of retries.
|
@Stability(value=Stable) @Nullable default Duration getBase()
Default: Duration.millis(100) (AWS SDK default)
@Stability(value=Stable) @Nullable default Number getMaxRetries()
Default: 3 (AWS SDK default)
@Stability(value=Stable) static LogRetentionRetryOptions.Builder builder()
LogRetentionRetryOptions.Builder of LogRetentionRetryOptionsCopyright © 2022. All rights reserved.