public static interface UpdateSchemaRequest.Builder extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<UpdateSchemaRequest.Builder,UpdateSchemaRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSchemaRequest.Builder |
clientTokenId(String clientTokenId)
The ID of the client token.
|
UpdateSchemaRequest.Builder |
content(String content)
The source of the schema definition.
|
UpdateSchemaRequest.Builder |
description(String description)
The description of the schema.
|
UpdateSchemaRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSchemaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSchemaRequest.Builder |
registryName(String registryName)
The name of the registry.
|
UpdateSchemaRequest.Builder |
schemaName(String schemaName)
The name of the schema.
|
UpdateSchemaRequest.Builder |
type(String type)
The schema type for the events schema.
|
UpdateSchemaRequest.Builder |
type(Type type)
The schema type for the events schema.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSchemaRequest.Builder clientTokenId(String clientTokenId)
The ID of the client token.
clientTokenId - The ID of the client token.UpdateSchemaRequest.Builder content(String content)
The source of the schema definition.
content - The source of the schema definition.UpdateSchemaRequest.Builder description(String description)
The description of the schema.
description - The description of the schema.UpdateSchemaRequest.Builder registryName(String registryName)
The name of the registry.
registryName - The name of the registry.UpdateSchemaRequest.Builder schemaName(String schemaName)
The name of the schema.
schemaName - The name of the schema.UpdateSchemaRequest.Builder type(String type)
The schema type for the events schema.
UpdateSchemaRequest.Builder type(Type type)
The schema type for the events schema.
UpdateSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.