@Stability(value=Stable)
public static interface CfnSimpleTable.ProvisionedThroughputProperty
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.sam.*;
ProvisionedThroughputProperty provisionedThroughputProperty = ProvisionedThroughputProperty.builder()
.writeCapacityUnits(123)
// the properties below are optional
.readCapacityUnits(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSimpleTable.ProvisionedThroughputProperty.Builder
A builder for
CfnSimpleTable.ProvisionedThroughputProperty |
static class |
CfnSimpleTable.ProvisionedThroughputProperty.Jsii$Proxy
An implementation for
CfnSimpleTable.ProvisionedThroughputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSimpleTable.ProvisionedThroughputProperty.Builder |
builder() |
default Number |
getReadCapacityUnits()
`CfnSimpleTable.ProvisionedThroughputProperty.ReadCapacityUnits`.
|
Number |
getWriteCapacityUnits()
`CfnSimpleTable.ProvisionedThroughputProperty.WriteCapacityUnits`.
|
@Stability(value=Stable) @NotNull Number getWriteCapacityUnits()
@Stability(value=Stable) @Nullable default Number getReadCapacityUnits()
@Stability(value=Stable) static CfnSimpleTable.ProvisionedThroughputProperty.Builder builder()
Copyright © 2022. All rights reserved.