@Stability(value=Stable)
public static interface CfnGlobalTable.TimeToLiveSpecificationProperty
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.dynamodb.*;
TimeToLiveSpecificationProperty timeToLiveSpecificationProperty = TimeToLiveSpecificationProperty.builder()
.enabled(false)
// the properties below are optional
.attributeName("attributeName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGlobalTable.TimeToLiveSpecificationProperty.Builder
A builder for
CfnGlobalTable.TimeToLiveSpecificationProperty |
static class |
CfnGlobalTable.TimeToLiveSpecificationProperty.Jsii$Proxy
An implementation for
CfnGlobalTable.TimeToLiveSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGlobalTable.TimeToLiveSpecificationProperty.Builder |
builder() |
default String |
getAttributeName()
`CfnGlobalTable.TimeToLiveSpecificationProperty.AttributeName`.
|
Object |
getEnabled()
`CfnGlobalTable.TimeToLiveSpecificationProperty.Enabled`.
|
@Stability(value=Stable) @Nullable default String getAttributeName()
@Stability(value=Stable) @NotNull Object getEnabled()
@Stability(value=Stable) static CfnGlobalTable.TimeToLiveSpecificationProperty.Builder builder()
Copyright © 2021. All rights reserved.