@Stability(value=Stable)
public static interface CfnDeliveryStream.RetryOptionsProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kinesisfirehose.*;
RetryOptionsProperty retryOptionsProperty = RetryOptionsProperty.builder()
.durationInSeconds(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeliveryStream.RetryOptionsProperty.Builder
A builder for
CfnDeliveryStream.RetryOptionsProperty |
static class |
CfnDeliveryStream.RetryOptionsProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.RetryOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeliveryStream.RetryOptionsProperty.Builder |
builder() |
default Number |
getDurationInSeconds()
`CfnDeliveryStream.RetryOptionsProperty.DurationInSeconds`.
|
@Stability(value=Stable) @Nullable default Number getDurationInSeconds()
@Stability(value=Stable) static CfnDeliveryStream.RetryOptionsProperty.Builder builder()
Copyright © 2021. All rights reserved.