@Stability(value=Stable) public static final class CfnSimpleTable.PrimaryKeyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSimpleTable.PrimaryKeyProperty>
CfnSimpleTable.PrimaryKeyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSimpleTable.PrimaryKeyProperty |
build()
Builds the configured instance.
|
CfnSimpleTable.PrimaryKeyProperty.Builder |
name(String name)
Sets the value of
CfnSimpleTable.PrimaryKeyProperty.getName() |
CfnSimpleTable.PrimaryKeyProperty.Builder |
type(String type)
Sets the value of
CfnSimpleTable.PrimaryKeyProperty.getType() |
@Stability(value=Stable) public CfnSimpleTable.PrimaryKeyProperty.Builder type(String type)
CfnSimpleTable.PrimaryKeyProperty.getType()type - `CfnSimpleTable.PrimaryKeyProperty.Type`. This parameter is required.this@Stability(value=Stable) public CfnSimpleTable.PrimaryKeyProperty.Builder name(String name)
CfnSimpleTable.PrimaryKeyProperty.getName()name - `CfnSimpleTable.PrimaryKeyProperty.Name`.this@Stability(value=Stable) public CfnSimpleTable.PrimaryKeyProperty build()
build in interface software.amazon.jsii.Builder<CfnSimpleTable.PrimaryKeyProperty>CfnSimpleTable.PrimaryKeyPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.