Interface SchemaId.Builder

    • Method Detail

      • 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.