@Stability(value=Stable)
public static interface CfnTable.CsvProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.dynamodb.*;
CsvProperty csvProperty = CsvProperty.builder()
.delimiter("delimiter")
.headerList(List.of("headerList"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.CsvProperty.Builder
A builder for
CfnTable.CsvProperty |
static class |
CfnTable.CsvProperty.Jsii$Proxy
An implementation for
CfnTable.CsvProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.CsvProperty.Builder |
builder() |
default String |
getDelimiter()
`CfnTable.CsvProperty.Delimiter`.
|
default List<String> |
getHeaderList()
`CfnTable.CsvProperty.HeaderList`.
|
@Stability(value=Stable) @Nullable default String getDelimiter()
@Stability(value=Stable) @Nullable default List<String> getHeaderList()
@Stability(value=Stable) static CfnTable.CsvProperty.Builder builder()
CfnTable.CsvProperty.Builder of CfnTable.CsvPropertyCopyright © 2022. All rights reserved.