public static interface CfnFunction.TableStreamSAMPTProperty
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sam.*; TableStreamSAMPTProperty tableStreamSAMPTProperty = TableStreamSAMPTProperty.builder() .streamName("streamName") .tableName("tableName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFunction.TableStreamSAMPTProperty.Builder
A builder for
CfnFunction.TableStreamSAMPTProperty |
static class |
CfnFunction.TableStreamSAMPTProperty.Jsii$Proxy
An implementation for
CfnFunction.TableStreamSAMPTProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFunction.TableStreamSAMPTProperty.Builder |
builder() |
java.lang.String |
getStreamName()
`CfnFunction.TableStreamSAMPTProperty.StreamName`.
|
java.lang.String |
getTableName()
`CfnFunction.TableStreamSAMPTProperty.TableName`.
|
java.lang.String getStreamName()
java.lang.String getTableName()
static CfnFunction.TableStreamSAMPTProperty.Builder builder()