public static interface ListSchemasResponse.Builder extends RedshiftDataResponse.Builder, SdkPojo, CopyableBuilder<ListSchemasResponse.Builder,ListSchemasResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSchemasResponse.Builder |
nextToken(String nextToken)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
ListSchemasResponse.Builder |
schemas(Collection<String> schemas)
The schemas that match the request pattern.
|
ListSchemasResponse.Builder |
schemas(String... schemas)
The schemas that match the request pattern.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSchemasResponse.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.ListSchemasResponse.Builder schemas(Collection<String> schemas)
The schemas that match the request pattern.
schemas - The schemas that match the request pattern.ListSchemasResponse.Builder schemas(String... schemas)
The schemas that match the request pattern.
schemas - The schemas that match the request pattern.Copyright © 2021. All rights reserved.