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