static GetTableResponse.Builder |
GetTableResponse.builder() |
|
GetTableResponse.Builder |
GetTableResponse.Builder.createdAt(Instant createdAt) |
The date and time the table bucket was created at.
|
GetTableResponse.Builder |
GetTableResponse.Builder.createdBy(String createdBy) |
The ID of the account that created the table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.format(String format) |
The format of the table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.format(OpenTableFormat format) |
The format of the table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.managedByService(String managedByService) |
The service that manages the table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.metadataLocation(String metadataLocation) |
The metadata location of the table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.modifiedAt(Instant modifiedAt) |
The date and time the table was last modified on.
|
GetTableResponse.Builder |
GetTableResponse.Builder.modifiedBy(String modifiedBy) |
The ID of the account that last modified the table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.name(String name) |
The name of the table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.namespace(String... namespace) |
The namespace associated with the table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.namespace(Collection<String> namespace) |
The namespace associated with the table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.ownerAccountId(String ownerAccountId) |
The ID of the account that owns the table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.tableARN(String tableARN) |
The Amazon Resource Name (ARN) of the table.
|
GetTableResponse.Builder |
GetTableResponse.toBuilder() |
|
GetTableResponse.Builder |
GetTableResponse.Builder.type(String type) |
The type of the table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.type(TableType type) |
The type of the table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.versionToken(String versionToken) |
The version token of the table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.warehouseLocation(String warehouseLocation) |
The warehouse location of the table.
|