public static interface SchemaId.Builder extends SdkPojo, CopyableBuilder<SchemaId.Builder,SchemaId>
| Modifier and Type | Method and Description |
|---|---|
SchemaId.Builder |
registryName(String registryName)
The name of the schema registry that contains the schema.
|
SchemaId.Builder |
schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
SchemaId.Builder |
schemaName(String schemaName)
The name of the schema.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSchemaId.Builder schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema. One of SchemaArn or SchemaName has to
be provided.
schemaArn - The Amazon Resource Name (ARN) of the schema. One of SchemaArn or SchemaName
has to be provided.SchemaId.Builder schemaName(String schemaName)
The name of the schema. One of SchemaArn or SchemaName has to be provided.
schemaName - The name of the schema. One of SchemaArn or SchemaName has to be provided.SchemaId.Builder registryName(String registryName)
The name of the schema registry that contains the schema.
registryName - The name of the schema registry that contains the schema.Copyright © 2023. All rights reserved.