Interface SchemaId.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SchemaId.Builder,,SchemaId> SdkBuilder<SchemaId.Builder,,SchemaId> SdkPojo
- Enclosing class:
SchemaId
public static interface SchemaId.Builder
extends SdkPojo, CopyableBuilder<SchemaId.Builder,SchemaId>
-
Method Summary
Modifier and TypeMethodDescriptionregistryName(String registryName) The name of the schema registry that contains the schema.The Amazon Resource Name (ARN) of the schema.schemaName(String schemaName) The name of the schema.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
schemaArn
The Amazon Resource Name (ARN) of the schema. One of
SchemaArnorSchemaNamehas to be provided.- Parameters:
schemaArn- The Amazon Resource Name (ARN) of the schema. One ofSchemaArnorSchemaNamehas to be provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaName
The name of the schema. One of
SchemaArnorSchemaNamehas to be provided.- Parameters:
schemaName- The name of the schema. One ofSchemaArnorSchemaNamehas to be provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryName
The name of the schema registry that contains the schema.
- Parameters:
registryName- The name of the schema registry that contains the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-