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 Details

    • schemaArn

      SchemaId.Builder schemaArn(String schemaArn)

      The Amazon Resource Name (ARN) of the schema. One of SchemaArn or SchemaName has to be provided.

      Parameters:
      schemaArn - The Amazon Resource Name (ARN) of the schema. One of SchemaArn or SchemaName has to be provided.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • schemaName

      SchemaId.Builder schemaName(String schemaName)

      The name of the schema. One of SchemaArn or SchemaName has to be provided.

      Parameters:
      schemaName - The name of the schema. One of SchemaArn or SchemaName has to be provided.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registryName

      SchemaId.Builder registryName(String 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.