@Stability(value=Stable) public static final class CfnGlobalTable.ProjectionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGlobalTable.ProjectionProperty>
CfnGlobalTable.ProjectionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGlobalTable.ProjectionProperty |
build()
Builds the configured instance.
|
CfnGlobalTable.ProjectionProperty.Builder |
nonKeyAttributes(List<String> nonKeyAttributes)
Sets the value of
CfnGlobalTable.ProjectionProperty.getNonKeyAttributes() |
CfnGlobalTable.ProjectionProperty.Builder |
projectionType(String projectionType)
Sets the value of
CfnGlobalTable.ProjectionProperty.getProjectionType() |
@Stability(value=Stable) public CfnGlobalTable.ProjectionProperty.Builder nonKeyAttributes(List<String> nonKeyAttributes)
CfnGlobalTable.ProjectionProperty.getNonKeyAttributes()nonKeyAttributes - `CfnGlobalTable.ProjectionProperty.NonKeyAttributes`.this@Stability(value=Stable) public CfnGlobalTable.ProjectionProperty.Builder projectionType(String projectionType)
CfnGlobalTable.ProjectionProperty.getProjectionType()projectionType - `CfnGlobalTable.ProjectionProperty.ProjectionType`.this@Stability(value=Stable) public CfnGlobalTable.ProjectionProperty build()
build in interface software.amazon.jsii.Builder<CfnGlobalTable.ProjectionProperty>CfnGlobalTable.ProjectionPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.