@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-06-22T23:27:56.471Z") public interface LogRetentionRetryOptions extends 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
static LogRetentionRetryOptions.Builder builder()
builder
in interface LogRetentionRetryOptions
LogRetentionRetryOptions.Builder
of LogRetentionRetryOptions