public static interface ListSchemaVersionsRequest.Builder extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<ListSchemaVersionsRequest.Builder,ListSchemaVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSchemaVersionsRequest.Builder |
limit(Integer limit)
Sets the value of the Limit property for this object.
|
ListSchemaVersionsRequest.Builder |
nextToken(String nextToken)
The token that specifies the next page of results to return.
|
ListSchemaVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSchemaVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSchemaVersionsRequest.Builder |
registryName(String registryName)
The name of the registry.
|
ListSchemaVersionsRequest.Builder |
schemaName(String schemaName)
The name of the schema.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSchemaVersionsRequest.Builder limit(Integer limit)
limit - The new value for the Limit property for this object.ListSchemaVersionsRequest.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.ListSchemaVersionsRequest.Builder registryName(String registryName)
The name of the registry.
registryName - The name of the registry.ListSchemaVersionsRequest.Builder schemaName(String schemaName)
The name of the schema.
schemaName - The name of the schema.ListSchemaVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSchemaVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.