public static interface ListSchemasRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListSchemasRequest.Builder,ListSchemasRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSchemasRequest.Builder |
maxResults(Integer maxResults)
The maximum number of schemas to return.
|
ListSchemasRequest.Builder |
nextToken(String nextToken)
A token returned from the previous call to
ListSchemas for getting the next set of schemas (if
they exist). |
ListSchemasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSchemasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSchemasRequest.Builder nextToken(String nextToken)
A token returned from the previous call to ListSchemas for getting the next set of schemas (if
they exist).
nextToken - A token returned from the previous call to ListSchemas for getting the next set of
schemas (if they exist).ListSchemasRequest.Builder maxResults(Integer maxResults)
The maximum number of schemas to return.
maxResults - The maximum number of schemas to return.ListSchemasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSchemasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.