Provides functionality for creating and managing Cassandra container configurations.
Sets the container name.
@type t() :: %TestcontainerEx.CassandraContainer{ check_image: term(), image: term(), name: term(), reuse: term(), wait_timeout: term() }
@spec with_name(t(), String.t()) :: t()