public static interface SearchSchemasRequest.Builder extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<SearchSchemasRequest.Builder,SearchSchemasRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchSchemasRequest.Builder |
keywords(String keywords)
Specifying this limits the results to only schemas that include the provided keywords.
|
SearchSchemasRequest.Builder |
limit(Integer limit)
Sets the value of the Limit property for this object.
|
SearchSchemasRequest.Builder |
nextToken(String nextToken)
The token that specifies the next page of results to return.
|
SearchSchemasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchSchemasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SearchSchemasRequest.Builder |
registryName(String registryName)
The name of the registry.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchSchemasRequest.Builder keywords(String keywords)
Specifying this limits the results to only schemas that include the provided keywords.
keywords - Specifying this limits the results to only schemas that include the provided keywords.SearchSchemasRequest.Builder limit(Integer limit)
limit - The new value for the Limit property for this object.SearchSchemasRequest.Builder nextToken(String nextToken)
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
nextToken - The token that specifies the next page of results to return. To request the first page, leave
NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.SearchSchemasRequest.Builder registryName(String registryName)
The name of the registry.
registryName - The name of the registry.SearchSchemasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchSchemasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.