public static final class CfnSimpleTable.SSESpecificationProperty.Builder extends Object
CfnSimpleTable.SSESpecificationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSimpleTable.SSESpecificationProperty |
build()
Builds the configured instance.
|
CfnSimpleTable.SSESpecificationProperty.Builder |
withSseEnabled(Boolean value)
Sets the value of SseEnabled
|
CfnSimpleTable.SSESpecificationProperty.Builder |
withSseEnabled(software.amazon.awscdk.Token value)
Sets the value of SseEnabled
|
public CfnSimpleTable.SSESpecificationProperty.Builder withSseEnabled(@Nullable Boolean value)
value - `CfnSimpleTable.SSESpecificationProperty.SSEEnabled`thispublic CfnSimpleTable.SSESpecificationProperty.Builder withSseEnabled(@Nullable software.amazon.awscdk.Token value)
value - `CfnSimpleTable.SSESpecificationProperty.SSEEnabled`thispublic CfnSimpleTable.SSESpecificationProperty build()
CfnSimpleTable.SSESpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.