@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:06.401Z")
public interface TableAttributes
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.glue.*; TableAttributes tableAttributes = TableAttributes.builder() .tableArn("tableArn") .tableName("tableName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
TableAttributes.Builder
A builder for
TableAttributes |
static class |
TableAttributes.Jsii$Proxy
An implementation for
TableAttributes |
Modifier and Type | Method and Description |
---|---|
static TableAttributes.Builder |
builder() |
java.lang.String |
getTableArn() |
java.lang.String |
getTableName() |
java.lang.String getTableArn()
java.lang.String getTableName()
static TableAttributes.Builder builder()
TableAttributes.Builder
of TableAttributes