public static interface DescribeTableResponse.Builder extends RedshiftDataResponse.Builder, SdkPojo, CopyableBuilder<DescribeTableResponse.Builder,DescribeTableResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTableResponse.Builder |
columnList(Collection<ColumnMetadata> columnList)
A list of columns in the table.
|
DescribeTableResponse.Builder |
columnList(ColumnMetadata... columnList)
A list of columns in the table.
|
DescribeTableResponse.Builder |
columnList(Consumer<ColumnMetadata.Builder>... columnList)
A list of columns in the table.
|
DescribeTableResponse.Builder |
nextToken(String nextToken)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeTableResponse.Builder |
tableName(String tableName)
The table name.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTableResponse.Builder columnList(Collection<ColumnMetadata> columnList)
A list of columns in the table.
columnList - A list of columns in the table.DescribeTableResponse.Builder columnList(ColumnMetadata... columnList)
A list of columns in the table.
columnList - A list of columns in the table.DescribeTableResponse.Builder columnList(Consumer<ColumnMetadata.Builder>... columnList)
A list of columns in the table.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #columnList(List) .columnList - a consumer that will call methods on List.Builder #columnList(List) DescribeTableResponse.Builder nextToken(String nextToken)
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request.
nextToken - A value that indicates the starting point for the next set of response records in a subsequent
request. If a value is returned in a response, you can retrieve the next set of records by providing
this returned NextToken value in the next NextToken parameter and retrying the command. If the
NextToken field is empty, all response records have been retrieved for the request.DescribeTableResponse.Builder tableName(String tableName)
The table name.
tableName - The table name.Copyright © 2021. All rights reserved.