@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-10T17:05:56.587Z") @Stability(value=Stable) public interface LogRetentionRetryOptions extends software.amazon.jsii.JsiiSerializable, LogRetentionRetryOptions
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lambda.*;
import software.amazon.awscdk.core.*;
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() |
getBase, getMaxRetries@Stability(value=Stable) static LogRetentionRetryOptions.Builder builder()
builder in interface LogRetentionRetryOptionsLogRetentionRetryOptions.Builder of LogRetentionRetryOptionsCopyright © 2023. All rights reserved.