@Stability(value=Stable)
public static interface CfnDeliveryStream.CopyCommandProperty
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.kinesisfirehose.*;
CopyCommandProperty copyCommandProperty = CopyCommandProperty.builder()
.dataTableName("dataTableName")
// the properties below are optional
.copyOptions("copyOptions")
.dataTableColumns("dataTableColumns")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeliveryStream.CopyCommandProperty.Builder
A builder for
CfnDeliveryStream.CopyCommandProperty |
static class |
CfnDeliveryStream.CopyCommandProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.CopyCommandProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeliveryStream.CopyCommandProperty.Builder |
builder() |
default String |
getCopyOptions()
`CfnDeliveryStream.CopyCommandProperty.CopyOptions`.
|
default String |
getDataTableColumns()
`CfnDeliveryStream.CopyCommandProperty.DataTableColumns`.
|
String |
getDataTableName()
`CfnDeliveryStream.CopyCommandProperty.DataTableName`.
|
@Stability(value=Stable) @Nullable default String getCopyOptions()
@Stability(value=Stable) @Nullable default String getDataTableColumns()
@Stability(value=Stable) @NotNull String getDataTableName()
@Stability(value=Stable) static CfnDeliveryStream.CopyCommandProperty.Builder builder()
Copyright © 2021. All rights reserved.