public static final class CfnSimpleTable.PrimaryKeyProperty.Builder extends Object
CfnSimpleTable.PrimaryKeyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSimpleTable.PrimaryKeyProperty |
build()
Builds the configured instance.
|
CfnSimpleTable.PrimaryKeyProperty.Builder |
withName(String value)
Sets the value of Name
|
CfnSimpleTable.PrimaryKeyProperty.Builder |
withType(String value)
Sets the value of Type
|
public CfnSimpleTable.PrimaryKeyProperty.Builder withType(String value)
value - `CfnSimpleTable.PrimaryKeyProperty.Type`thispublic CfnSimpleTable.PrimaryKeyProperty.Builder withName(@Nullable String value)
value - `CfnSimpleTable.PrimaryKeyProperty.Name`thispublic CfnSimpleTable.PrimaryKeyProperty build()
CfnSimpleTable.PrimaryKeyPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.