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