@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:31.581Z") @Stability(value=Experimental) public interface TableAttributes 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.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() |
String |
getTableArn() |
String |
getTableName() |
@Stability(value=Experimental) @NotNull String getTableArn()
@Stability(value=Experimental) @NotNull String getTableName()
@Stability(value=Experimental) static TableAttributes.Builder builder()
TableAttributes.Builder of TableAttributesCopyright © 2022. All rights reserved.