@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:52.167Z") @Stability(value=Experimental) 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.core.*;
import software.amazon.awscdk.services.lambda.*;
Duration duration;
LogRetentionRetryOptions logRetentionRetryOptions = LogRetentionRetryOptions.builder()
.base(duration)
.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=Experimental) static LogRetentionRetryOptions.Builder builder()
builder in interface LogRetentionRetryOptionsLogRetentionRetryOptions.Builder of LogRetentionRetryOptionsCopyright © 2022. All rights reserved.