public static interface CreateSchemaRequest.Builder extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<CreateSchemaRequest.Builder,CreateSchemaRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSchemaRequest.Builder |
content(String content)
The source of the schema definition.
|
CreateSchemaRequest.Builder |
description(String description)
A description of the schema.
|
CreateSchemaRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSchemaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSchemaRequest.Builder |
registryName(String registryName)
The name of the registry.
|
CreateSchemaRequest.Builder |
schemaName(String schemaName)
The name of the schema.
|
CreateSchemaRequest.Builder |
tags(Map<String,String> tags)
Tags associated with the schema.
|
CreateSchemaRequest.Builder |
type(String type)
The type of schema.
|
CreateSchemaRequest.Builder |
type(Type type)
The type of schema.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSchemaRequest.Builder content(String content)
The source of the schema definition.
content - The source of the schema definition.CreateSchemaRequest.Builder description(String description)
A description of the schema.
description - A description of the schema.CreateSchemaRequest.Builder registryName(String registryName)
The name of the registry.
registryName - The name of the registry.CreateSchemaRequest.Builder schemaName(String schemaName)
The name of the schema.
schemaName - The name of the schema.CreateSchemaRequest.Builder tags(Map<String,String> tags)
Tags associated with the schema.
tags - Tags associated with the schema.CreateSchemaRequest.Builder type(String type)
The type of schema.
CreateSchemaRequest.Builder type(Type type)
The type of schema.
CreateSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.