@Stability(value=Experimental) public static final class CfnTable.ProjectionProperty.Builder extends Object
CfnTable.ProjectionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTable.ProjectionProperty |
build()
Builds the configured instance.
|
CfnTable.ProjectionProperty.Builder |
withNonKeyAttributes(List<String> value)
Sets the value of NonKeyAttributes
|
CfnTable.ProjectionProperty.Builder |
withProjectionType(String value)
Sets the value of ProjectionType
|
@Stability(value=Experimental) public CfnTable.ProjectionProperty.Builder withNonKeyAttributes(@Nullable List<String> value)
value - `CfnTable.ProjectionProperty.NonKeyAttributes`.this@Stability(value=Experimental) public CfnTable.ProjectionProperty.Builder withProjectionType(@Nullable String value)
value - `CfnTable.ProjectionProperty.ProjectionType`.this@Stability(value=Experimental) public CfnTable.ProjectionProperty build()
CfnTable.ProjectionPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.