public static interface ListSchemasRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<ListSchemasRequest.Builder,ListSchemasRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSchemasRequest.Builder |
collaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schema belongs to.
|
ListSchemasRequest.Builder |
maxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListSchemasRequest.Builder |
nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListSchemasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSchemasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSchemasRequest.Builder |
schemaType(SchemaType schemaType)
If present, filter schemas by schema type.
|
ListSchemasRequest.Builder |
schemaType(String schemaType)
If present, filter schemas by schema type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSchemasRequest.Builder collaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
collaborationIdentifier - A unique identifier for the collaboration that the schema belongs to. Currently accepts a
collaboration ID.ListSchemasRequest.Builder schemaType(String schemaType)
If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.
schemaType - If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.SchemaType,
SchemaTypeListSchemasRequest.Builder schemaType(SchemaType schemaType)
If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.
schemaType - If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.SchemaType,
SchemaTypeListSchemasRequest.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.ListSchemasRequest.Builder maxResults(Integer maxResults)
The maximum size of the results that is returned per call.
maxResults - The maximum size of the results that is returned per call.ListSchemasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSchemasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.