public static interface ListTableColumnsRequest.Builder extends HoneycodeRequest.Builder, SdkPojo, CopyableBuilder<ListTableColumnsRequest.Builder,ListTableColumnsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTableColumnsRequest.Builder |
nextToken(String nextToken)
This parameter is optional.
|
ListTableColumnsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTableColumnsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTableColumnsRequest.Builder |
tableId(String tableId)
The ID of the table whose columns are being retrieved.
|
ListTableColumnsRequest.Builder |
workbookId(String workbookId)
The ID of the workbook that contains the table whose columns are being retrieved.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTableColumnsRequest.Builder workbookId(String workbookId)
The ID of the workbook that contains the table whose columns are being retrieved.
If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
workbookId - The ID of the workbook that contains the table whose columns are being retrieved.
If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
ListTableColumnsRequest.Builder tableId(String tableId)
The ID of the table whose columns are being retrieved.
If a table with the specified id could not be found, this API throws ResourceNotFoundException.
tableId - The ID of the table whose columns are being retrieved.
If a table with the specified id could not be found, this API throws ResourceNotFoundException.
ListTableColumnsRequest.Builder nextToken(String nextToken)
This parameter is optional. If a nextToken is not specified, the API returns the first page of data.
Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API will throw ValidationException.
nextToken - This parameter is optional. If a nextToken is not specified, the API returns the first page of data.
Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API will throw ValidationException.
ListTableColumnsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTableColumnsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.