@Stability(value=Stable)
public static interface CfnBackupVault.LockConfigurationTypeProperty
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.backup.*;
LockConfigurationTypeProperty lockConfigurationTypeProperty = LockConfigurationTypeProperty.builder()
.minRetentionDays(123)
// the properties below are optional
.changeableForDays(123)
.maxRetentionDays(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBackupVault.LockConfigurationTypeProperty.Builder
A builder for
CfnBackupVault.LockConfigurationTypeProperty |
static class |
CfnBackupVault.LockConfigurationTypeProperty.Jsii$Proxy
An implementation for
CfnBackupVault.LockConfigurationTypeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBackupVault.LockConfigurationTypeProperty.Builder |
builder() |
default Number |
getChangeableForDays()
`CfnBackupVault.LockConfigurationTypeProperty.ChangeableForDays`.
|
default Number |
getMaxRetentionDays()
`CfnBackupVault.LockConfigurationTypeProperty.MaxRetentionDays`.
|
Number |
getMinRetentionDays()
`CfnBackupVault.LockConfigurationTypeProperty.MinRetentionDays`.
|
@Stability(value=Stable) @Nullable default Number getChangeableForDays()
@Stability(value=Stable) @Nullable default Number getMaxRetentionDays()
@Stability(value=Stable) @NotNull Number getMinRetentionDays()
@Stability(value=Stable) static CfnBackupVault.LockConfigurationTypeProperty.Builder builder()
Copyright © 2021. All rights reserved.