public static final class CfnSimpleTable.ProvisionedThroughputProperty.Builder extends Object
CfnSimpleTable.ProvisionedThroughputProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSimpleTable.ProvisionedThroughputProperty |
build()
Builds the configured instance.
|
CfnSimpleTable.ProvisionedThroughputProperty.Builder |
withReadCapacityUnits(Number value)
Sets the value of ReadCapacityUnits
|
CfnSimpleTable.ProvisionedThroughputProperty.Builder |
withReadCapacityUnits(software.amazon.awscdk.Token value)
Sets the value of ReadCapacityUnits
|
CfnSimpleTable.ProvisionedThroughputProperty.Builder |
withWriteCapacityUnits(Number value)
Sets the value of WriteCapacityUnits
|
CfnSimpleTable.ProvisionedThroughputProperty.Builder |
withWriteCapacityUnits(software.amazon.awscdk.Token value)
Sets the value of WriteCapacityUnits
|
public CfnSimpleTable.ProvisionedThroughputProperty.Builder withWriteCapacityUnits(Number value)
value - `CfnSimpleTable.ProvisionedThroughputProperty.WriteCapacityUnits`thispublic CfnSimpleTable.ProvisionedThroughputProperty.Builder withWriteCapacityUnits(software.amazon.awscdk.Token value)
value - `CfnSimpleTable.ProvisionedThroughputProperty.WriteCapacityUnits`thispublic CfnSimpleTable.ProvisionedThroughputProperty.Builder withReadCapacityUnits(@Nullable Number value)
value - `CfnSimpleTable.ProvisionedThroughputProperty.ReadCapacityUnits`thispublic CfnSimpleTable.ProvisionedThroughputProperty.Builder withReadCapacityUnits(@Nullable software.amazon.awscdk.Token value)
value - `CfnSimpleTable.ProvisionedThroughputProperty.ReadCapacityUnits`thispublic CfnSimpleTable.ProvisionedThroughputProperty build()
CfnSimpleTable.ProvisionedThroughputPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.