@Stability(value=Stable)
public static interface CfnDataset.VersioningConfigurationProperty
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.services.iotanalytics.*;
VersioningConfigurationProperty versioningConfigurationProperty = VersioningConfigurationProperty.builder()
.maxVersions(123)
.unlimited(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataset.VersioningConfigurationProperty.Builder
A builder for
CfnDataset.VersioningConfigurationProperty |
static class |
CfnDataset.VersioningConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataset.VersioningConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataset.VersioningConfigurationProperty.Builder |
builder() |
default Number |
getMaxVersions()
How many versions of dataset contents are kept.
|
default Object |
getUnlimited()
If true, unlimited versions of dataset contents are kept.
|
@Stability(value=Stable) @Nullable default Number getMaxVersions()
The unlimited parameter must be false .
@Stability(value=Stable) @Nullable default Object getUnlimited()
@Stability(value=Stable) static CfnDataset.VersioningConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.